File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ code efficiency).
102102| ** Transport** | ` memfd() ` that degrades gracefully to ` mmap() ` (L3 Speed) | TCP/gRPC (Network Stack) |
103103| ** Daemon** | None (Passive) | Active Service (Heavy) |
104104| ** Footprint** | Static & Deterministic | Dynamic & Volatile |
105- | ** Complexity** | ~ 875 Lines of obsessively-optimized C (Will never exceed 999) | 100k+ Lines of Code |
105+ | ** Complexity** | 890 Lines of obsessively-optimized C (Will never exceed 999) | 100k+ Lines of Code |
106106
107107### Supported Platforms:
108108
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Philosophically, Splinter is built under the following constraints:
27272 . The main hot path of the code should strive to fit in a modern processor's
2828 instruction cache.
2929
30- This set of constraints has kept the core library very lean, currently at around
31- 845 lines of actual code, less if you remove support for embeddings, even less
30+ This set of constraints has kept the core library very lean, currently at
31+ 890 lines of actual code, less if you remove support for embeddings, even less
3232if you take out the bitwise operators if you don't need them, etc. It's designed
3333to be embedded and customized. Splinter provides a stable, high-speed substrate
3434in less code than most line editors occupy.
You can’t perform that action at this time.
0 commit comments