Hacker News new | past | comments | ask | show | jobs | submit login

You removed the rest of the context.

> in Rust to ensure the language can do it

When creating a language you want to write as many things as possible in it to vet the design. See Go, e.g. http://golang.org/src/pkg/image/jpeg/fdct.go.




JPEG is a good benchmark because it is a bottleneck, heavily optimised with SIMD, and still amenable to some parallelisation. That doesn't apply to text layout.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: