Remix.run Logo
gregdeon 2 hours ago

Right. And some hardware improvements will speed up both grep and Luna, which won't close the gap.

DoctorOetker an hour ago | parent [-]

not necessarily, one may be easier to parallelize while the other suffers some serial computation bottleneck.

gunalx an hour ago | parent [-]

Grep is trivially parallelizable if you care to do it though.

https://iepathos.github.io/ripgrep/performance/#work-stealin...