Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
3266 days ago
For that list of features and the discussion around them,
https://github.com/SergioBenitez/Rocket/issues/19
1 comments
legulere
3265 days ago
i128 really surprises me. Why would a web framework need 128 bit integers?
link
fnord123
3265 days ago
It appears u128s are used to intern strings. i.e. efficient uuids.
https://github.com/SergioBenitez/Rocket/blob/master/codegen/...
link