Skip to content

Commit

Permalink
SVG graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
SirJosh3917 committed May 7, 2019
1 parent ad57638 commit 83ec9b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ StringDB is *tiny*. Use *tiny* amounts of RAM, and *tiny* amounts of space.

### [StringDB 10.0.0 file size: single inserts, 128 byte keys, 1024 byte values][source_insert_test]

![Chart][icon_chart_single_inserts]

| Inserts | Size (in KB, 1000 bytes) | Absolute Minimum Size Possible | StringDB Overhead Percentage |
| --- | --- | --- | --- |
| 1 | 1.172 KB | 1.152 KB | 1.706485% |
Expand All @@ -105,6 +107,8 @@ This chart shows the size of a StringDB file after multiple *single inserts*. Ev

### [StringDB 10.0.0 file size: insert range, 128 byte keys, 1024 byte values][source_insertrange_test]

![Chart][icon_chart_insert_range]

| Elements in Insert Range | Size (in KB, 1000 bytes) | Absolute Minimum Size Possible | StringDB Overhead Percentage |
| --- | --- | --- | --- |
| 1 | 1.172 KB | 1.152 KB | 1.706485% |
Expand Down Expand Up @@ -132,6 +136,8 @@ Need immediate assistence? [Join the discord!](discord)

[icon_banner_ad]: ./icons/banner_ad.png
[icon_tiny]: ./icons/tiny.png
[icon_chart_single_inserts]: ./icons/single_inserts.svg
[icon_chart_insert_range]: ./icons/insert_range.svg

[badge_appveyor_build_image]: https://img.shields.io/appveyor/ci/SirJosh3917/StringDB/master.svg?style=flat-square
[badge_tests_image]: https://img.shields.io/codecov/c/github/SirJosh3917/StringDB/master.svg?style=flat-square
Expand Down
1 change: 1 addition & 0 deletions icons/insert_range.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/single_inserts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83ec9b9

Please sign in to comment.