jhg023 / BitBuffer
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
☆12Updated 6 years ago
Alternatives and similar repositories for BitBuffer:
Users that are interested in BitBuffer are comparing it to the libraries listed below
- A thread-safe ByteBuffer pool that allows for the automatic reuse of ByteBuffers, which can be over 30x faster than having to allocate a …☆38Updated 4 years ago
- A driver to allow deep interaction with the JVM without any restrictions☆55Updated last week
- An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.☆179Updated 4 years ago
- A lambda factory.☆28Updated last month
- Zephyr is an open-source Java-based plugin framework with smart dependency management, a modular design, and a small footprint.☆54Updated last year
- JITWatch4i is an IntelliJ IDEA plugin for analyzing and visualizing logs from the HotSpot JIT (Just-In-Time) compiler☆26Updated 2 months ago
- A hexagon library for JavaFX☆13Updated 8 years ago
- Lightweight transaction-aware JDBC abstraction for querying and database structure read/write.☆29Updated last month
- Reusable runtime annotations scanner for Java-based projects 🔎☆13Updated 4 years ago
- TrueVFS is a virtual file system (VFS) for Java 1.8 which enables client applications to access archive files as if they were virtual dir…☆30Updated last year
- A 3D (raymarching) rendering engine. In java because i am speed☆70Updated last year
- https://openjdk.org/projects/metropolis☆16Updated 4 years ago
- Next Generation Javadoc tool☆23Updated 2 years ago
- Nicer reflection.☆15Updated 5 years ago
- A library for bypassing all of Java's security mechanisms, visibility checks, and encapsulation measures via the JNI API☆49Updated 5 months ago
- Dirk DI, a light-weight DI framework which can have its dependencies changed at runtime☆31Updated 2 years ago
- native java launcher☆10Updated last year
- A suite of libraries that simplify creating and unit testing annotation processors.☆44Updated 2 weeks ago
- Annotation processor for compile-time OpenAPI & JsonSchema, with out-of-the-box support for Javalin 5.x, Swagger & ReDoc☆52Updated 2 weeks ago
- Micronaut's Discovery Client☆22Updated this week
- A 128-bit floating-point arithmetic for Java☆23Updated 9 months ago
- A light express.js like library written in Java (in one file)☆15Updated last year
- A modern build system focusing on fast and incremental builds for all project sizes☆56Updated 3 months ago
- High performance field, property, and method access using bytecode generation☆13Updated 8 years ago
- Regular expressions made readable in Java☆39Updated 3 years ago
- Experimental compound SQL framework with type-safe DSL API generated at compile-time from annotation based schema diff