We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1372d73 commit ef44508Copy full SHA for ef44508
CHANGELOG.md
@@ -16,6 +16,9 @@
16
## Performance
17
18
* 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
22
* `row_join!` allocates less when `mapformats=true`, thus, performs better. This directly affects `filewriter` performance in `DLMReader`.
23
24
# Version 0.7.7
0 commit comments