algorithmica-org / algorithmicaLinks
A computer science textbook
☆4,534Updated last year
Alternatives and similar repositories for algorithmica
Users that are interested in algorithmica are comparing it to the libraries listed below
Sorting:
- Complete implementations from "Algorithms for Modern Hardware"☆792Updated 2 years ago
- The book "Performance Analysis and Tuning on Modern CPU"☆3,382Updated 6 months ago
- This is an online course where you can learn and master the skill of low-level performance analysis and tuning.☆3,366Updated last week
- A technical explainer by @kognise of how your computer runs programs, from start to finish.☆5,342Updated last year
- A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code dev…☆3,078Updated 10 months ago
- Performance-portable, length-agnostic SIMD with runtime dispatch☆5,181Updated this week
- Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception ha…☆1,879Updated 3 months ago
- Hash function quality and speed tests☆2,102Updated last week
- Linux containers from scratch in C.☆1,536Updated 5 months ago
- C++ Insights - See your source code with the eyes of a compiler☆4,419Updated 5 months ago
- The Standard Algorithms in C++.☆1,220Updated last year
- Beej's Guide to Network Programming source☆1,131Updated last week
- Writing an OS in 1,000 lines.☆3,118Updated 2 weeks ago
- Coz: Causal Profiling☆4,409Updated last week
- A collection of lock-free data structures written in standard C++11☆937Updated 10 months ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆1,931Updated 2 weeks ago
- A categorized list of C++ resources.☆5,158Updated this week
- Modern C++ Programming Course (C++03/11/14/17/20/23/26)☆14,144Updated 3 weeks ago
- C++ template library for high performance SIMD based sorting algorithms☆984Updated 2 months ago
- A course of building an LSM-Tree storage engine (database) in a week.☆3,804Updated last month
- A memory profiler for Linux.☆4,734Updated 2 years ago
- Frame profiler☆14,760Updated this week
- magic-trace collects and displays high-resolution traces of what a process is doing☆5,170Updated 2 weeks ago
- Run compilers interactively from your web browser and interact with the assembly☆18,293Updated this week
- A fully lock-free game engine written in C++20☆740Updated 2 years ago
- Seer - a gui frontend to gdb☆3,290Updated this week
- Linus Torvalds' linked list argument for good taste, explained☆2,199Updated last year
- Implementation of C++ standard libraries in C☆1,204Updated 4 months ago
- Interactive visualizations of Rust at compile-time and run-time☆2,926Updated 5 months ago
- Record and Replay Framework☆10,272Updated 3 weeks ago