Comment by skybrian 15 days ago This looks quite promising. How long does it take to compile? 2 comments skybrian Reply io_eric 15 days ago Pretty fast. It doesn't drag in the C++ standard library, so builds stay lean. My demo page takes about ~1s to compile for me (after the first time) pjmlp 13 days ago As note, Visual C++ import std from C++23 takes about similar time.
io_eric 15 days ago Pretty fast. It doesn't drag in the C++ standard library, so builds stay lean. My demo page takes about ~1s to compile for me (after the first time) pjmlp 13 days ago As note, Visual C++ import std from C++23 takes about similar time.
Pretty fast. It doesn't drag in the C++ standard library, so builds stay lean. My demo page takes about ~1s to compile for me (after the first time)
As note, Visual C++ import std from C++23 takes about similar time.