From bc5d58e6471f3be1c82127020266dc172ad43392 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:29:36 +0200 Subject: [PATCH 1/4] JCTools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8835f02..fb533d8 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. * [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections. * [Javolution](http://javolution.org/) - Library for real-time and embedded systems. +* [JCTools](https://github.com/JCTools/JCTools) - Java Concurrency Tools currently missing from the JDK. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. ## IDE From b7d3e9321374d7e8031909148a195e4c22506d42 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:46:01 +0200 Subject: [PATCH 2/4] protobuf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb533d8..b5c1fdd 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## Data structures * [Apache Parquet](https://parquet.incubator.apache.org/) - A columnar storage format based on assembly algorithms from the Dremel paper by Google. +* [Protobuf](https://github.com/google/protobuf) - Protocol Buffers - Google's data interchange format. ## Date and Time From 8ddc7da94718a556cd6c94e83f76eea99d3bdcf0 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:52:26 +0200 Subject: [PATCH 3/4] wire --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5c1fdd..1632795 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Parquet](https://parquet.incubator.apache.org/) - A columnar storage format based on assembly algorithms from the Dremel paper by Google. * [Protobuf](https://github.com/google/protobuf) - Protocol Buffers - Google's data interchange format. +* [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers for Android and Java. ## Date and Time From f42833fddaefcf85d3f48f458598453b398a1646 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:56:55 +0200 Subject: [PATCH 4/4] sbe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1632795..5b08877 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache Parquet](https://parquet.incubator.apache.org/) - A columnar storage format based on assembly algorithms from the Dremel paper by Google. * [Protobuf](https://github.com/google/protobuf) - Protocol Buffers - Google's data interchange format. * [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers for Android and Java. +* [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around. ## Date and Time