Skip to content

Commit 4f33ea5

Browse files
committed
Add Polars reference in performance section
1 parent f726a43 commit 4f33ea5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ezmiller/relaunching_tablecloth_time.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
;; tree-based index is pure overhead — you'd rebuild it constantly. As Chris
4646
;; Nuernberger (author of tech.ml.dataset) put it: "Just sorting the dataset and
4747
;; using binary search will outperform most/all tree structures in this scenario."
48+
;; (Notably, [Polars](https://pola.rs/) — the Rust-based DataFrame library gaining
49+
;; traction as a Pandas alternative — reached the same conclusion and has no index
50+
;; by design.)
4851
;;
4952
;; **On convenience:** The index adds implicit state threaded through your data.
5053
;; Tablecloth's API avoids this — you always say which columns you're operating on.

0 commit comments

Comments
 (0)