Tootfinder

Opt-in global Mastodon full text search. Join the index!

@beeb@hachyderm.io
2025-06-11 11:57:45

How to spot the #RustLang fanatic (me) inside of the #solidity codebase. Newtypes, newtypes everywhere!

@beeb@hachyderm.io
2025-04-14 06:16:06

@rustaceans@mastodon.social Here's my take on the challenge from issue 62!
@… Didn't benchmark or anything, but the algo only goes over the list once to sort it (worst case `O(n * log(n))`) and then once to merge the ranges (`O(n)`).
Run on the playground: #RustLang #rust #algorithm #RustBytes

@beeb@hachyderm.io
2025-06-04 12:42:46

It's release time for lintspec!
This new iteration brings a new experimental parser which increases the overall performance by 2-3x and a bunch of minor fixes, especially around the highlighted source code spans in the diagnostics.
#rust #RustLang #FOSS #solidity #benchmarking

@beeb@hachyderm.io
2025-04-23 09:28:25

Very cool read! A novel (to me and the author at least) approach to computing recurrence for iCalendar rules.
#RustLang #rust #calendar #RayMarching #SmallWeb