ended3월 23일· 1 sources

Show HN: Threadprocs – executables sharing one address space (0-copy pointers)

Show HN: Threadprocs – 하나의 주소 공간을 공유하는 실행 파일들 (제로카피 포인터)

Why it matters

Threadprocs is an experimental project that enables multiple executables to run within a shared virtual address space, allowing zero-copy pointer sharing between processes. A server utility hosts the shared address space while a launcher starts programs within it, combining the POSIX process model with multi-threading semantics. It currently supports aarch64 and x86_64 Linux, and includes basic tooling for service discovery and shared-memory IPC.

1
Sources
+0
24h
Growth
171d
Active
Threadprocsshared address spacezero-copyIPCLinuxlibtproc

Sources

Related Issues