All libraries are compatible with Java 1.8
- DataStreamLayouts - Tiny library for authomation of reading/writing objects to Data Streams (mainly for networking).
- Callers - Library that serves one perpose: getting caller class from the method (faster than getting full stacktrace).
- Ctrl-Fallback - Library for creating bindings to methods that you are not sure are available in your application.
- Interners - Common interner/deduplicator classes.
- OpenArrays - Weird API for creation of static arrays within classes and access class fields via indexes with the same performance as direct access.
- JNIDirect - Powerful library for creating platform-specific intrinsics using native methods and runtime machine code generation through C. Unfinished because I don't have a proper hardware to support ARM-based CPUs.
- MemApi3 - Direct memory API, a complete analogue of the memory operations from sun.misc.Unsafe. Unfinished due to its dependence on JNIDirect.
- JavaMemoryHandles - Analogue of Memory API from Java 22, but this one is for Java 8. Unfinished due to its dependence on MemApi3, which is unfinished due to its dependence on JNIDirect.
- Fyrewurc - Exprerimental programing language aimed to achive maximum flexibility with maximum simplicity in model and syntax. Remains in a prototype stage for over a year now, but the development is still active.
- MovLang - Esoteric programming language that supports only one operation: copy memory.
- Sure - No idea, I created this when someone joked about "sun.misc.Unsure" (actually it was probably me).


