Said Kadrioski

Results 21 comments of Said Kadrioski

I see this hasn't seen any changes since more than a month. Can I hope to see this (very simple) feature implemented in the near future or no?

> @two-horned I definitely still want this. Haven't had enough time to get around to it. Can try this weekend but happy to collaborate on this if you're looking to...

> @two-horned I haven't had a chance to properly review your version yet, but at a glance: not a big fan of the constant generic argument one can also make...

> > There is a huge issue of code duplication and redundancy in general. > > It's not perfect but there's no "huge issue" (and please don't go refactoring everything)....

I ran a slightly modified version of your test and the new implementation indeed performs better (I have also modified the code to avoid Out-of-Memory errors). Generally speaking the performance...

I have just implemented the TODO. Resetting a Memory pool is now possible. The modes `free_all` and `retain_capacity` work similar to the arena allocator versions, however `retain_with_limit` takes a limit...

PS: also, the memory pool isn't even allowed to save a list of previously allocated memory and work with that (if we want to reset the arena allocator too), as...

All checks seem to pass but one unrelated linking error on Windows (if that's what it is?)

I would like to fix a minor typo in the docs of `ReturnMode`, please remember me after you've verified that the checks pass all fine

the egcd is not fully fleshed out yet. for example there is capabilities for overflow errors. thanks for your comment, @jedisct1. regarding Bernstein and Yang's safegcd algorithm, you are totally...