Skip to content

anarthal/boost-modules-bench

Repository files navigation

Boost modules benchmark and POC

This repository contains:

  • A proof-of-concept on how to export Asio names as a C++20 module.
  • A CMake project that installs the Asio module, providing a CMake function to build the Asio module.
  • A CMake project that consumes the installed Asio module, builds it and uses it to build a server. It also uses import std. The server was used to benchmark compile times.

Important files:

Note that Asio and stdlib have been copied (for simplicity) from the standalone asio repo and the libc++ Ubuntu distribution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages