ivy.nvim/cpp
Ade Attwood 3f6149d3e1 feat: add initial implementation of cpp file finder
This uses lua ffi and a cpp shard library to implement a file finder in
cpp so we can use threads more effectively and get better performance.
2022-07-23 08:49:45 +01:00
..
cli.cpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
file_scanner.hpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
fuzzy_match.cpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
fuzzy_match.hpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
lib.cpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
match.hpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
sorter.hpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
thread_pool.cpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
thread_pool.hpp feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00