Skip to content

Commit

Permalink
Merge pull request #23 from nanocubeai/dev
Browse files Browse the repository at this point in the history
v0.2.x final
  • Loading branch information
Zeutschler authored Nov 24, 2024
2 parents 7d785ad + 9dd4b18 commit 64c04a0
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 442 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

-----------------

> **Info**: NanoCube is under active development and subject to change.
> This current version, although working nicely, should be seen as a first proof of concept.

**NanoCube** is a minimalistic in-memory, in-process OLAP engine for lightning fast point queries
on Pandas DataFrames. NanoCube shines when filtering and/or point queries need to be executed on a DataFrame,
e.g. for financial data analysis, business intelligence or fast web services.
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/benchmark_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def create_query_chart(self, data, size="s", title="Small", subtitle_postfix="")
if __name__ == "__main__":
# run the benchmark
#
rows = 10_000_000
rows = 54_000_000
Benchmark(max_rows=rows, sorted=False).run()
Benchmark(max_rows=rows, sorted=True).run()

Binary file modified benchmarks/charts/hk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/hk_sorted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/l.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/l_sorted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/m_sorted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/s_sorted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/xl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified benchmarks/charts/xl_sorted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed libs/sortednp-main.zip
Binary file not shown.
15 changes: 0 additions & 15 deletions nanocube_old/__init__.py

This file was deleted.

226 changes: 0 additions & 226 deletions nanocube_old/nano_cube.py

This file was deleted.

129 changes: 0 additions & 129 deletions nanocube_old/nano_index.py

This file was deleted.

Loading

0 comments on commit 64c04a0

Please sign in to comment.