◐ Shell
clean mode source ↗

dwkirkpatrick - Overview

View dwkirkpatrick's full-sized avatar

Block or report dwkirkpatrick

Popular repositories Loading

  1. Forked from craigwblake/bad-data-guide

    An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.

  2. Forked from craigwblake/MapDB

    MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.

    Java

  3. Forked from craigwblake/low-latency-primitive-concurrent-queues

    Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interface of BlockingQueue, they work with primitive rather than Ob…

    Java

  4. Forked from craigwblake/slab

    Offheap Java POJOs with guaranteed memory alignment

    Java