We benchmarked Sandlock against Docker using Redis 8.6 with 50 concurrent clients and 256-byte payloads. Sandlock delivered 141,000 ops/sec versus Docker's 113,000. Median latency: 0.33 ms versus 0.50 ms. Tail...
Latest Insights
Stay updated with the latest developments in multikernel technology, cloud computing, and operating system innovation.
Sandlock introduces COW fork: initialize a sandbox once, then fork thousands of copy-on-write clones in microseconds. Each clone shares the template's memory pages until it writes. No containers, no CRIU,...
Containers and microVMs start from scratch. Processes start from a copy. We explain why fork() and copy-on-write memory are the right primitives for AI sandboxing, and introduce Sandlock, a lightweight...
Today we are open-sourcing Lazy CMA, a Linux kernel module that allocates physically contiguous memory at runtime without boot-time reservation, enabling flexible memory management for kdump, multikernel, and DAXFS workloads....
We are open-sourcing DAXFS, a disaggregated filesystem designed for multi-kernel and multi-host shared memory. Built on CAS-based lock-free coordination, DAXFS enables multiple kernel instances and CXL-connected hosts to share data...
We're excited to announce that Multikernel is officially open-sourcing our Linux kernel implementation, engaging with the Linux kernel community early in our process.