Skip to content

Commit 857b1f1

Browse files
author
=
committed
docs: update LOC references
1 parent b4f1e3c commit 857b1f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lume-website/src/core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Philosophically, Splinter is built under the following constraints:
2727
2. 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
3232
if you take out the bitwise operators if you don't need them, etc. It's designed
3333
to be embedded and customized. Splinter provides a stable, high-speed substrate
3434
in less code than most line editors occupy.

0 commit comments

Comments
 (0)