https://github.com/religiya-serdtsa/libttak
LibTTAK: Next Generation Memory Model
https://github.com/religiya-serdtsa/libttak
arena-allocator atomicity c concurrency deterministic gc-free lock-free memory-leak memory-safety minimalistic modern-c open-source optimization threading virtual-memory
Last synced: 16 days ago
JSON representation
LibTTAK: Next Generation Memory Model
- Host: GitHub
- URL: https://github.com/religiya-serdtsa/libttak
- Owner: Religiya-Serdtsa
- License: bsd-3-clause
- Created: 2026-01-30T09:45:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-07T01:57:13.000Z (2 months ago)
- Last Synced: 2026-04-07T03:28:22.431Z (2 months ago)
- Topics: arena-allocator, atomicity, c, concurrency, deterministic, gc-free, lock-free, memory-leak, memory-safety, minimalistic, modern-c, open-source, optimization, threading, virtual-memory
- Language: C
- Homepage:
- Size: 58.6 MB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.ko.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# LibTTAK (한국어 안내)
LibTTAK은 C 코드에서 메모리 수명 관리를 명시적으로 다루기 위한 시스템 라이브러리입니다.
- Arena/epoch 기반 메모리 수명 관리
- lock-free 구조 및 스케줄링 구성요소
- 벤치마크/튜토리얼/문서 포함
기본 영문 문서는 [`README.md`](./README.md)를 참고하세요.
## 벤치마크(한국어)
TTL 캐시 멀티스레드 벤치마크의 한국어 설명은 아래 문서에 있습니다.
- [`bench/ttl-cache-multithread-bench/README.ko.md`](./bench/ttl-cache-multithread-bench/README.ko.md)