The Zero-Copy Runtime Platform for high-density architectures. Designed for Java 26 EA (Project Valhalla), leveraging Panama FFM, Virtual Threads, and Native C integration to eliminate the "Abstraction Tax".
Exeris strictly separates contracts from implementations to ensure hardware-level efficiency:
- Base Native (Core): The orchestration engine. Uses Panama FFM for direct C integration to coordinate native execution while delegating all physical I/O to drivers.
- Premium Native (Enterprise): High-performance drivers implementing io_uring, QUIC/HTTP3, and kernel-bypass I/O.
- Java Adapters (Community): Standard drivers based on custom off-heap implementations (TCP/TLS) or pure Java libraries.
exeris-kernel-spi: The immutable constitution. Defines identity-free data carriers (Value Records) and lifecycle contracts.exeris-kernel-core: The orchestration engine and base native muscle. Includes theCoreOrchestratorandExerisSmartLauncherfor sub-millisecond boot and memory partitioning.exeris-kernel-tck: The Technology Compatibility Kit. Ensures that any driver (Community or Enterprise) adheres to the strict performance and safety rules of the SPI.
Copyright (C) 2025-2026 Exeris. All rights reserved. Distributed under the Proprietary Exeris Software License.