Y
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
fnord123
3262 days ago
It appears u128s are used to intern strings. i.e. efficient uuids.
https://github.com/SergioBenitez/Rocket/blob/master/codegen/...
link
https://github.com/SergioBenitez/Rocket/blob/master/codegen/...