Skip to content

rturrado/rturrado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Hola! This is a summary of what you can find in some of the projects of this repository.

C++

Modern C++ ecosystem

  • the_modern_cpp_challenge:
    • Libraries: fmt, range-v3.
    • Unit testing: gtest.
    • Benchmarking: Google benchmark.
    • Build systems: CMake.
    • Continuous integration: GitHub Actions.
    • Sanitizers: address sanitizer (ASAN).
    • Code coverage: gcov, codecov.
    • docker.

Ranges

  • aoc_2022: examples using Eric Niebler's range-v3.

Coroutines

  • coro: examples using the reference implementation of the std::generator proposal, as well as boost::asio coroutines.
  • word_converter: example of a tokenizer for a small language parser as a coroutine.

Package management

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published