Lukas Bergdoll

Results 45 comments of Lukas Bergdoll

@est31 I'd prefer finding a solution that also works for user provided types, but if we cannot find such solution. We could fall back to implementing some unsafe marker trait...

@Mark-Simulacrum as a note, if we can get sort16 into a usable form here, it can also be applied to unstable sort and yield speedups there.

googlefonts/picosvg#65 has been closed. Just played around with nanoemoji 0.4.1 and openmoji 13.0 and got it to work in chrome and firefox: linux chromium openmoji-color-cff2_colr_0.otf: ![cff2_colr_0-chrome](https://user-images.githubusercontent.com/6864584/100517099-a9dbce00-3188-11eb-8ec6-26b4b44954a4.png) While nanoemoji can generate...

Still amazed to witness someone as clever and dedicated as you. The programming community would be a sadder place without you. Thank you for you wonderful hard work.

Just a small suggestion, when using `transmute` I advise to always fully specify the from and to types e.g. `transmute::(v)`. Looking back at this comment: > // We do the...

Assuming it works as intended, I'm fine with the suggested fix. Certainly not clean or pretty, but it would be an improvement over the current status quo.

Please let me know once you release a new version that contains the new feature.

After having tried it out, I can confirm it works. However there are some aspects that are not ideal. 1. It's an explicit opt-in, so being spammed with dozens of...

@yazhuo in your testing I can't find any results for RRIP based eviction strategies. Are you aware of them and have you tested them? For example Arm chose Dynamic RRIP...

Oh, I wasn't aware of that, I'd like to learn more about it and couldn't find sources that talk about this in more detail, can you point me to some?...