Hugo Granström

Results 161 comments of Hugo Granström

I agree with you on `asType` and all names that we define in our libraries should be camelCase. The fact that `noinit` isn't, is not our concern really. I think...

I'll chime in and say that a Stream approach would be a really useful feature, especially when working with large zip files. I've been trying to get Zippy to extract...

Thanks a lot! :D Can confirm that the 2GB zip file I got `Out of memory` with before now unzips fine, peaking at roughly 2GB of RAM usage. 🎊

Hi nice to hear your thoughts on this 😄 I agree that the way you are doing it right now is a very safe and robust way of doing it,...

Bother?! 😍 Your pull requests are amazing!! Thanks to you NumericalNim has a much higher performance now than it did have just a week ago.

The vectors are really slow (I made them 🤷) so it is no big surprise. I might even when I think about it have a different way of measuring error...

The code looks good except that the order is set to 6.0 instead of 7.0 😊 that might have to do with the slowing. And for some reasong I haven't...

That's the case for Vern65 as well 😅 I should have made it more clear. So it entirely my fault. Great initiative to write even more clearly which algorithm it...

Great! No hurry at all 😊👍 I can't stop you, but I don't know how to optimize them much more. They are just for-loops iterating over the vector's elements 😅🤷

One should probably use Arraymancer instead either way....