Pinned
57 contributions in the last year
Less
More
Contribution activity
August 2021
Created 1 repository
Created a pull request in renatoathaydes/prechelt-phone-number-encoding that received 4 comments
Optimized version of rust phone_encoder with ibig (around ~x2 faster for me)
I swapped num-bigint with ibig, which explicitly focuses on performance. Also did some refactoring for it to look more Rusty and enabled Profile Gu…
+92
−82
•
4
comments
Created an issue in Electron100/butane that received 3 comments
How to do join?
Is there any way to join tables by field(s)? Like join!(query!(Users, id == {id}), query!(Posts, date == {date}), Users.id == Posts.user_id) which …
3
comments