home.social

#singleheader β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #singleheader, aggregated by home.social.

  1. πŸš€πŸŽ© Behold: a "single-header profiler" for #C++17 β€” because who doesn't love cramming more into one header file, ensuring that your codebase is both a tangled mess and a monument to "efficiency"? πŸ™ˆ It's on #GitHub, a site that never met a poorly structured code dump it didn't love.
    github.com/DmitriBogdanov/UTL/ #singleheader #profiling #codeefficiency #tangledcode #HackerNews #ngated

  2. πŸš€πŸŽ© Behold: a "single-header profiler" for #C++17 β€” because who doesn't love cramming more into one header file, ensuring that your codebase is both a tangled mess and a monument to "efficiency"? πŸ™ˆ It's on #GitHub, a site that never met a poorly structured code dump it didn't love.
    github.com/DmitriBogdanov/UTL/ #singleheader #profiling #codeefficiency #tangledcode #HackerNews #ngated

  3. πŸš€πŸŽ© Behold: a "single-header profiler" for #C++17 β€” because who doesn't love cramming more into one header file, ensuring that your codebase is both a tangled mess and a monument to "efficiency"? πŸ™ˆ It's on #GitHub, a site that never met a poorly structured code dump it didn't love.
    github.com/DmitriBogdanov/UTL/ #singleheader #profiling #codeefficiency #tangledcode #HackerNews #ngated

  4. πŸš€πŸŽ© Behold: a "single-header profiler" for #C++17 β€” because who doesn't love cramming more into one header file, ensuring that your codebase is both a tangled mess and a monument to "efficiency"? πŸ™ˆ It's on #GitHub, a site that never met a poorly structured code dump it didn't love.
    github.com/DmitriBogdanov/UTL/ #singleheader #profiling #codeefficiency #tangledcode #HackerNews #ngated

  5. is a vector/matrix math .

    dvector is a simple library that provides types and operations for several vector and matrix sizes. dvector only relies on the standard library, allowing it to be used nearly everywhere.

    Website πŸ”—οΈ: github.com/BareRose/dvector

  6. is a for .

    Tina provides simple to use interfaces for creating and managing lightweight, fast coroutines on a range of operating systems. Tina supports both symmetric and asymmetric coroutines. Tina can also be made to use pre-allocated memory instead of performing dynamic allocation.

    Website πŸ”—οΈ: github.com/slembcke/Tina

  7. is a nibble based rANS coder.

    nibrans is an accelerated encoder and decoder for the rANS arithmetic coding format. rANS offers near-optimal data compression while having an adaptable frequency structure, unlike Huffman coding which uses a static structure. nibrans encode and decode data at a rate of up to 75-95 megabytes per second.

    Website πŸ”—οΈ: github.com/BareRose/nibrans

  8. is a hash map .

    hashmap is a library providing an easy to use hash map data structure. hashmap maps are indexed with string slices, allowing for portions of strings to be used as indices quickly and easily with no additional memory allocation. hashmap stores pointers to the actual data, allowing for heterogenous maps.

    Website πŸ”—οΈ: github.com/sheredom/hashmap.h