Skip to content

Commit

Permalink
README update - notice
Browse files Browse the repository at this point in the history
  • Loading branch information
0x19 committed Sep 17, 2024
1 parent 3ff7c94 commit 09e653a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
**NOTE: At this moment I am adding all possible faster ways, including TCP, to be able to do proper benchmarking first.
In the future, I may drop transports that prove to be inefficient based on benchmark results. At the same time I will slowly start to write wrappers around the packages for convenient usage incl. deployments.**

**UNDER ACTIVE DEVELOPMENT**

This is currently a prototype, with the idea of building incredibly fast transport layers on
top of key-value (KV) databases. The goal is to allow one or multiple instances of these
databases to be started and cross-shared in user space or accessed remotely bypassing general locks
Expand All @@ -22,7 +24,7 @@ This project is going to be either f**k databases or fast database... There is n

Though this will be hard to achieve without DPDK. Will not overkill the prototype with it for now...

## Diagrams
## Diagram

```mermaid
graph TD;
Expand Down

0 comments on commit 09e653a

Please sign in to comment.