Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skogard/hypercoretest
Hypercore append test
https://github.com/skogard/hypercoretest
Last synced: about 1 month ago
JSON representation
Hypercore append test
- Host: GitHub
- URL: https://github.com/skogard/hypercoretest
- Owner: skogard
- Created: 2021-02-08T22:16:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T18:44:46.000Z (almost 4 years ago)
- Last Synced: 2024-10-07T22:28:26.835Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hypercore append test
Tested on:
- MacOS Catalina (10.15.7)
- Processor: 2.3 GHz 8-Core Intel Core i9
- Memory: 32 GB 2667 MHz DDR4Results:
```
1000: 147.291ms
10000: 1.002s
100000: 9.307s
1000000: 1:32.901 (m:ss.mmm)
10000000: 16:18.801 (m:ss.mmm)
100000000: 2:59:05.961 (h:mm:ss.mmm)
```in Milliseconds (ms):
- 1000 items: 147ms
- 10000 items: 1,000ms
- 100000 items: 9,000ms
- 1000000 items: 92,000ms
- 10000000 items: 978,000ms
- 100000000 items: 10,740,000ms