Y
Hacker News
new
|
ask
|
show
|
jobs
by
jsf01
2189 days ago
If it’s only 10k lines of glue code how are they running into minutes long compiles?
2 comments
pfraze
2189 days ago
Presumably that's what the Deno team is wondering
link
cjhopman
2189 days ago
Haven't looked at their build, but it's almost certainly the case that they are generating some sort of rust binding from the typescript code and the compilation times are actually from needing to recompile rust.
link