itinero / reminiscence

A library for cross-platform memory mapping.
MIT License
9 stars 6 forks source link

Added IEnumerable to ArrayBase and added Test #22

Closed juliusfriedman closed 4 years ago

juliusfriedman commented 4 years ago

Just noticed that there doesn't seem to be any parallel tests, is that something which you would like to see added especially since that is where most of the issues I see from Itinero come into play?

xivk commented 4 years ago

I always like more tests so if you find the time to add some more please do. :+1:

juliusfriedman commented 4 years ago

@xivk, Just added more tests for parallel in my latest PR, See https://github.com/itinero/reminiscence/pull/23