(no title)
bjoli | 2 months ago
I am currently fighting the JIT to understand why a simple flags check (ANDing two bytes and comparing to 0) makes the code 2.5x slower. This is my first c# project so right now I am just throwing things at the compilrr to see what sticks. If anyone knows where I can get help, that would be much appreciated. Dont look too closely on the benchmarks. I managed to make two of them an absolutely best case for ImmutableList (especially SetItem which should degrage linearly with size but now is O(1))
https://github.com/bjoli/RrbList/tree/main/src/Collections
Another thing I havent figured out is how to setup docfx to just pull my XML comments and generate API documentation.
No comments yet.