Muhammad Tayyab Akram

Results 5 comments of Muhammad Tayyab Akram

@prepare Thank you for your kind words regarding my libraries :) Porting to C# should be easier as I borrowed many concepts from it. In fact, I wrote SheenBidi C#...

This can be safely ignored since uninitalized links are never read anyway. Basically it mimicks a linked list but with a pre allocated array. This helps overcome the `malloc` overhead...

I have fixed it in develop branch. Let me know if it's working fine.

Wrote unit tests for all `IntList` implementations in `v2.2`. Other collections are pending for now.