Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdy committed Jan 27, 2022
1 parent f46c6b2 commit ab78ddf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@

### single insert (append EntryType)

|Number|Time (s)|
|------|---------|
|1k |~ 1 |
|10k |~ 13 |
|100k |toolong |
| Number | Time (s) |
|--------|----------|
| 1k | ~ 1 |
| 10k | ~ 13 |
| 100k | toolong |

### vector insert (append std::vector<EntryType>)

|Number|Time (s)|
|------|---------|
|1k |< 0 s |
|1M |~ 2 s |
| Number | Time (s) |
|--------|----------|
| 1k | < 0 s |
| 1M | 968ms |

### read

|Number|Time (s)|
|------|---------|
|1M |< 0 s |
| Number | Time (s) |
|--------|----------|
| 1M | 87ms |

## Minimal example

Expand Down

0 comments on commit ab78ddf

Please sign in to comment.