patrickfav / bytes-java
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
☆158Updated 11 months ago
Related projects ⓘ
Alternatives and complementary repositories for bytes-java
- Lightweight, cross-platform Java library for the Brotli compression format☆73Updated 4 years ago
- A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.☆192Updated last week
- Cron expression parser and evaluator. One version based on Joda-time, other on Java Time☆53Updated 2 years ago
- An in memory implementation of a JSR-203 file system☆284Updated last month
- Java library that helps with running external processes.☆194Updated 2 years ago
- Low-latency java socket implementation (using shared memory)☆102Updated 5 years ago
- Reactive Programming library based on the Java 9 Flow API and a 4th generation ReactiveX-style architecture.☆50Updated last year
- A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute …☆218Updated last year
- Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.Exe…☆205Updated 6 months ago
- A lightweight partitioned object pool, you can use it to pool expensive objects like jdbc connections, thrift clients etc.☆139Updated this week
- Vibur Object Pool - general-purpose concurrent Java object pool☆71Updated 4 years ago
- jOOU - Unsigned Integers jOOU provides unsigned integer versions for the four Java integer types byte, short, int and long.☆229Updated 3 months ago
- Intellij plugin that shows an object layout in memory to help optimize it. Uses OpenJDK JOL tool☆141Updated last month
- Implementation of a concurrent map with weak keys and a detached thread local storage.☆115Updated 3 years ago
- Simple JSON-RPC for Java☆96Updated this week
- JavaMoney financial libraries, extending and complementing JSR 354☆141Updated 6 months ago
- A cross-platform Java recursive directory watcher, with a JNA macOS watcher and Scala better-files integration☆266Updated last month
- A fast object pool for the JVM☆357Updated 3 weeks ago
- A JNI code generator based on the JNI generator used by the eclipse SWT project☆165Updated last year
- A set of GSON serialiser/deserialisers for dealing with Java 8 java.time entities.☆87Updated last year
- ZeroTurnaround Process Killer☆128Updated 11 months ago
- Instant Netty startup using GraalVM's Native Image Generation☆67Updated last year
- SneakyThrow is a Java library to ignore checked exceptions☆77Updated 5 years ago
- A fast alternative to Java Reflection API's method invocation☆119Updated 4 years ago
- A pure Java implementation of cooperative concurrency, aka coroutines☆312Updated last year
- JMH benchmark of the most popular Java template engines☆160Updated 6 months ago
- Benchmarks for common embedded Java and Kotlin web frameworks☆68Updated 5 years ago
- Java file-based extremely fast and reliable FIFO queue.☆58Updated 2 years ago
- A tiny code generation library (< 8 KB) written in Java, useful for any purpose, but ideal for JSR-269☆87Updated 2 years ago
- Library for introspecting generic type information of types, member/static methods, fields. Especially useful for POJO/Bean introspection…☆258Updated last week