p-ranav / lcLinks
Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)
☆18Updated 3 years ago
Alternatives and similar repositories for lc
Users that are interested in lc are comparing it to the libraries listed below
Sorting:
- Container Traits for Modern C++☆29Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- oystr recursively searches directories for a substring.☆11Updated 3 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- A compile-time header-only C++17 library for dataflow programing.☆28Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 4 months ago
- Pipelines for Modern C++