There are no reviews yet. Be the first to send feedback to the community and the maintainers!
cuda_programming
Code from the "CUDA Crash Course" YouTube series by CoffeeBeforeArchcpp_crash_course
C++ files from the "C++ Crash Course" YouTube series by CoffeeBeforeArchparallel_cpp
cpp_from_scratch
Examples from the "C++ From Scratch" Seriesparallel_programming
A collection of code examples for learning parallel programming conceptscpp_data_structures
This repository contains all code from the YouTube series "C++ Data Structures" by CoffeeBeforeArch.cpp_20_samples
Code examples using new features from C++20mmul
Serial and parallel implementations of matrix multiplicationpractical_parallelism_in_cpp
C++ files from the "Practical Parallelism in C++" YouTube series by CoffeeBeforeArchspinlocks
Example implementations of spinlocksalgorithms
Algorithms implemented in C++CoffeeBeforeArch.github.io
bits_of_architecture
Slides from the "Bits of Architecture" series on YouTubespring_2020_tutorial
"Hardware, Software, and Compilers! Oh My!" tutorial filespytest
Simple pytest exampleshp_cpp
A repository for topics related to optimizing C++ codecpp_sw_dev
pytest_guide
A written introduction to pytestsimple_cache_sim
A simplified cache simulator for instructional purposesnvbit_tools
cache_simulator
A simple trace-based cache simulatorclever_code
Examples of clever code that I have foundcpp_best_practices
A collection of examples showing off best practices in C++misc_code
This repository contains all code from YouTube videos not associated with any particular series by CoffeeBeforeArch.mips_crash_course
MIPS assembly files from the "MIPS Crash Course" YouTube series by CoffeeBeforeArchpython3_crash_course
Python files from the "Python3 Crash Course" YouTube series by CoffeeBeforeArchcpp_tutorial_2021
Files for the C++ Crash Tutorial in Sprint 2021uarch_benchmarks
Benchmarks used to expose micro-archittecture details of modern processorsml_algorithms
A collection of machine learning algorithms with detailed commentsfrom_scratch
All code written in the "From Scratch" series by CoffeeBeforeArchcpp_from_scratch_companion
Written companion pieces to the "C++ From Scratch" video seriescpp_interview_questions
A collections of coding interview questions with solutions and explanations solved using C++cpp_stl_algorithms
Sample programs to explain the C++ STL algorithmscpp_pitfalls
A collection of C++ performance pitfallsperformance_modeling
Code and docs related to the basics of performance modelingbook_notes
Notes and code snippets re-written while going through some booksoo_design_patterns
C++ files from the "Object Oriented Design Patterns" YouTube series by CoffeeBeforeArchlearning_rust
A repository of the code I am using to learn Rustbytes_of_architecture
Examples from the Bytes of Architecture YouTube seriesrodinia_but_good
Re-writing the Rodinia 3.1 (GPU) benchmarks to be faster, have consistent styling, and use new CUDA featurestool_examples
A collection of examples for the "Tools of the Trade" seriesclang_format_setup
A guide to setting up clang-format integration in VIM, Eclipse, and VS-Coderesearch_utilities
A collection of homemade utilities I use to automate parts of my researchpaper_summaries
A collection of paper summaries from research conferencesgaussian_elimination
Serial and parallel implementations of Gaussian Eliminationcpp_algorithms
Algorithms implemented in C++branch_predictor_simulator
A simple simulator for various branch prediction strategiesriscv_parser
An open source parser for RISCV assemblylinux_proficiency
This repository contains all code from the YouTube series "Linux Proficiency" by CoffeeBeforeArch.Love Open Source and this site? Check out how you can help us