Skip to content

bumped version and updated img. paths on readme #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ The benchmarks show that up to a file size of 500MB, the speed difference is neg
As the file size continues to grow, Python's JSON library continues to be faster, but the memory usage continues to grow at a linear rate. JSON Lineage, in contrast, continues to use the same amount of memory.


![Benchmark of difference in time as file size grows](/docs/benchmark/time_diff_chart.png)
![Benchmark of difference in time as file size grows](https://github.com/Salaah01/json-lineage/raw/master/docs/benchmark/time_diff_chart.png)

![Benchmark of difference in memory as file size grows](/docs/benchmark/mem_diff_chart.png)
![Benchmark of difference in memory as file size grows](https://github.com/Salaah01/json-lineage/raw/master/docs/benchmark/mem_diff_chart.png)

#### Installation

Expand Down
2 changes: 1 addition & 1 deletion adapters/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = json-lineage
version = 0.2.1
version = 0.2.2
description = Library to parse JSON files iteratively without loading the whole file into memory
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down