-
Notifications
You must be signed in to change notification settings - Fork 2
Concepts
Radu Marias edited this page Sep 1, 2024
·
13 revisions
We want to create a kernel that takes advantage of the new technologies and benefit of the new hardware optimizations like:
- SIMD single instruction/multiple data
- Zero-copy from disk
- RDMA remote direct memory access
- QUIC network layer
- NoSQL distributed
ACIDdatabase similar to tikv, MongoDB, Redis, zetta or tidis - Very performant relational
SQLdistributed database similar to sqlite or tidb - Distributed filesystem
- One option rfs
- Communication with QUIC
- Sync with
Mainline DHTandBitTorrent - Encryption using rencfs
- Deduplication
- Compression using LZ4
- Error correction codes