dwkirkpatrick - Overview
Popular repositories Loading
-
Forked from craigwblake/bad-data-guide
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
-
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
-
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