p-ranav / lc
Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)
☆18Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for lc
- Portable UUID generation library for C++☆24Updated last year
- Container Traits for Modern C++☆28Updated 4 years ago
- Library for complex bitfields☆18Updated 5 months ago
- C++11 compatible charconv☆27Updated this week
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 5 months ago
- File/Directory Watcher for Modern C++☆79Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 7 months ago
- A single file C++11 header-only memory mapped file library.☆62Updated last year
- Task System presented in "Better Code: Concurrency - Sean Parent"☆40Updated 4 years ago
- Standalone reimplementation of //base module from Chromium☆51Updated 9 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 weeks ago
- A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.☆19Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Single Header Constexpr Circular Queue☆17Updated 4 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆21Updated 4 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 5 months ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Pipelines for Modern C++☆58Updated 4 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 5 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 5 months ago
- envy: Deserialize environment variables into type-safe structs☆66Updated 4 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆51Updated last month
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated 10 months ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated 10 months ago
- Provides run-time tuple element access☆15Updated 3 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆24Updated this week
- Comparison of C++ Serialization Libraries for Graph Data☆32Updated 2 years ago