Currently I am working on:
- Some C++23 features for libc++ standard library:
std::bind_back
,<ranges> improvements
,views::join_with
.- I've also contributed to MSVC standard library, e.g.
formatting thread::id, stacktrace_entry, and basic_stacktrace
,ranges::fold
,<mdspan> library
,views::cartesian_product
. - Full list of my C++ contributions is available here: https://github.com/JMazurkiewicz/CXX,
- I've also contributed to MSVC standard library, e.g.
- Finishing up BSc thesis,
- Migrating old university projects from WUT's internal GitLab to GitHub monorepo (finished, not published yet),