Y
Hacker News
new
|
ask
|
show
|
jobs
by
skybrian
141 days ago
This looks quite promising. How long does it take to compile?
1 comments
io_eric
141 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)
link
pjmlp
140 days ago
As note, Visual C++
import std
from C++23 takes about similar time.
link