Skip to content

Commit 0b20e06

Browse files
Fix markdown lint warnings (table style, LICENSE heading)
1 parent 4091f02 commit 0b20e06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License
1+
# MIT License
22

33
Copyright (c) 2021 electricessence (Oren F.)
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ and proportionally less pressure on the garbage collector.
6868
Benchmarks run with [Vitest bench](https://vitest.dev/guide/performance) on Node.js (V8):
6969

7070
| Scenario | Native | StringSegment | Winner |
71-
|---|---|---|---|
71+
| --- | --- | --- | --- |
7272
| Sparse CSV – 100 cols, read 2 | 651,292 hz | 1,919,318 hz | **Segment ~**|
7373
| Sparse CSV – 20 cols, read 2 | 2,650,702 hz | 2,667,912 hz | Tied (~1×) |
7474
| HTTP header lookup – 20 headers | 8,986,460 hz | 1,997,432 hz | Native ~4.5× |
@@ -129,7 +129,7 @@ throws `NullReferenceException` unless guarded by `hasValue`.
129129
### Core properties
130130

131131
| Property | Type | Description |
132-
|---|---|---|
132+
| --- | --- | --- |
133133
| `buffer` | `string \| null` | The source string. `null` only for `noValue`. |
134134
| `offset` | `number` | Zero-based start position within `buffer`. |
135135
| `length` | `number` | Number of characters in the segment. |

0 commit comments

Comments
 (0)