Skip to content

Speed-up `topk` with new `adix/topk`; Make compile with gcc-14

Compare
Choose a tag to compare
@c-blake c-blake released this 03 Aug 11:22
· 53 commits to main since this release
ed37924

Uses a new adix/topk to make bu/topn ϴ(lg k) faster and with output order options & a config file.

Make catz.nim and dirq.nim compile with gcc-14.

In particular, the dirq.nim exposes a Nim codegen problem where it is unclear how smooth a path forward exists Nim deprecation/back-compat-wise. For now just add a -Wno-error directive which works under gcc & clang.