yevhen / Streamstone

Event store for Azure Table Storage
Other
395 stars 64 forks source link

Added example of writing to multiple streams in parallel #5

Closed jkonecki closed 9 years ago

jkonecki commented 9 years ago

For performance testing.

yevhen commented 9 years ago

Nice. But if you don't mind, I'd like to keep only examples that show essential behavior, the one implemented by Streamstone itself or something closely related to event sourcing :) The scenario you've added mostly showcases Parallel.ForEach ;)