Skip to content

Commit ef44508

Browse files
committed
Update CHANGELOG.md
1 parent 1372d73 commit ef44508

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
## Performance
1717

1818
* The `topk` and `topkperm` functions are multithreaded ready, i.e. users can pass `threads = true` to these functions.
19+
20+
* Now we use binary search for large values of k. This improves the performance of the functions in the worst case scenarios.
21+
1922
* `row_join!` allocates less when `mapformats=true`, thus, performs better. This directly affects `filewriter` performance in `DLMReader`.
2023

2124
# Version 0.7.7

0 commit comments

Comments
 (0)