Skip to content
View dwkirkpatrick's full-sized avatar

Block or report dwkirkpatrick

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. bad-data-guide bad-data-guide Public

    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. MapDB MapDB Public

    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. Java-Thread-Affinity Java-Thread-Affinity Public

    Forked from craigwblake/Java-Thread-Affinity

    OpenHFT Java Thread Affinity library

    Java 1

  4. low-latency-primitive-concurrent-queues low-latency-primitive-concurrent-queues Public

    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

  5. concurrent-unrolled-queue concurrent-unrolled-queue Public

    Forked from craigwblake/concurrent-unrolled-queue

    Scala

  6. slab slab Public

    Forked from craigwblake/slab

    Offheap Java POJOs with guaranteed memory alignment

    Java