mr-swifter

Results 15 comments of mr-swifter

Hello, @krzysztofzablocki ! Just curious is it any updates on this issue? I'm using Sourcery a lot for autogeneration of public API and all typealiases now miss documentation, which is...

> Just ran the fuzzer for a couple of mins! It seems to work without any issues, always remember to getACheckedRoot to verify the data is proper. @mustiikhalil , may...

@mustiikhalil , thanks for advice, let me try

> What is the status on this one? Hi @dbaileychess , this case is not forgotten, I just stuck with some backlog in my project. I believe I will do...

Seems investigate clearly show there is a performance regression because of using ```loadUnaligned``` instead of ```load```. Should we go with conditional compilation then as what originally suggested?

> By default we always check for alignment, but if you want to skip that, you can always re-write the function yourself. I'm not sure I understand what do you...

Yes, exactly, thanks @hassila ! I think the test I've added visualise the issue: ``` func testUnalignedRead() { ... let fbb = createMonster(withPrefix: false) ... // Unaligned read let testUnaligned:...

I've removed ```loadUnaligned``` from builder.