kitty/kittens/choose
Kovid Goyal ca65ad6fa3
Inline qsort
Cleaner, more local code and faster sorting by virtue of inlining the
comparisons. What's not to like.
2021-01-04 14:14:15 +05:30
..
__init__.py Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
choose-data-types.h Add void to all function declarations for functions that take no arguments 2019-05-13 11:04:21 +05:30
main.c Misc. fixes for issues reported by clang's static analyzer 2020-09-10 10:47:28 +05:30
main.py oops 2020-03-12 11:28:58 +05:30
output.c Inline qsort 2021-01-04 14:14:15 +05:30
score.c Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
subseq_matcher.pyi more typing work 2020-03-12 08:10:51 +05:30
unix_compat.c Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30
vector.h Misc. fixes for issues reported by clang's static analyzer 2020-09-10 10:47:28 +05:30
windows_compat.c Start work on a choose kitten for fuzzy selection 2019-01-23 19:38:08 +05:30