Hacker News new | ask | show | jobs
by legulere 3262 days ago
i128 really surprises me. Why would a web framework need 128 bit integers?
1 comments

It appears u128s are used to intern strings. i.e. efficient uuids.

https://github.com/SergioBenitez/Rocket/blob/master/codegen/...