haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
366 stars 139 forks source link

Improve README #501

Closed AlexMaryW closed 1 month ago

AlexMaryW commented 4 months ago

Issue: https://github.com/haskell/vector/issues/443

Hi, I had a go at improving the README. Do let me know what you think. Thanks! :)

AlexMaryW commented 3 months ago

Thanks for all the suggestions and no worries about the wait! I'll have some time tomorrow to go through your comments and make the necessary changes.

AlexMaryW commented 3 months ago

I read through and adapted your suggestions into the README + deleted the installation section.

Shimuuar commented 1 month ago

I think it's time to merge this PR. Thank you @AlexMaryW!