ruma / js_int

JavaScript-interoperable integer types for Rust
MIT License
16 stars 8 forks source link

Benchmarks #4

Open jplatte opened 5 years ago

jplatte commented 5 years ago

It would be good to have benchmarks that show that using Int or UInt is no slower than using i64 or u64.