fast-crystal icon indicating copy to clipboard operation
fast-crystal copied to clipboard

💨 Writing Fast Crystal 😍 -- Collect Common Crystal idioms.

Results 2 fast-crystal issues
Sort by recently updated
recently updated
newest added

could be nice to add inline code notes e.g. dup vs clone where clone duplicates values, which explains why it is slower on the parts where performance is identical it...

I noticed a few issues with the examples shown on this repo: 1. `each` and `each_with_index` are both reported to be > 50 times faster than `while`. Looking at the...