danielshaya

danielshaya

Geek Repo

Github PK Tool:Github PK Tool

danielshaya's repositories

ByteWatcher

A Regression Testing Tool For Allocations

reactivejournal

ReactiveJournal a journalling facility for Reactive Streams. Intended for testing, remote connections and effective handling of back pressure

Language:JavaLicense:Apache-2.0Stargazers:27Issues:5Issues:2
Language:JavaStargazers:4Issues:0Issues:0

FileSystemMap

Interact with your FileSystem as if it were a Map.

Language:JavaStargazers:3Issues:0Issues:0
Language:JavaStargazers:3Issues:0Issues:0
Language:JavaStargazers:1Issues:0Issues:0

agrona

High Performance data structures and utility methods for Java

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Chronicle-Queue

Micro second messaging that stores everything to disk

Language:JavaLicense:NOASSERTIONStargazers:0Issues:0Issues:0

Java-Lang

Java Language support

Language:JavaStargazers:0Issues:0Issues:0

Java-Thread-Affinity

OpenHFT Java Thread Affinity library

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

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 Objects so are unable to actually implement the BlockingQueue. They takes advantage of the Unsafe.putOrdered<X>, which allows the creation of non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction reordering. Under the covers they use a faster store-store barrier, rather than the the slower store-load barrier, which is used when doing a volatile write. One of the trade off with this improved performance is we are limited to a single producer, single consumer.

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:2Issues:0
Language:JavaStargazers:0Issues:0Issues:0

TestFeatures

Playing with some ideas

Language:JavaStargazers:0Issues:0Issues:0