simple-binary-encoding icon indicating copy to clipboard operation
simple-binary-encoding copied to clipboard

Groups API is not idiomatic .NET

Open odeheurles opened this issue 12 years ago • 1 comments

I ported the java API which uses iterators to access groups. This makes the C# groups API very weird to use. We should review that but we should not introduce memory allocation..

odeheurles avatar Dec 06 '13 00:12 odeheurles

First cut of this - not particularly difficult given the overall design goals of the api (no backtracking) - is on my fork. Need to be shown how to run perf tests, etc.

Currently the bench repo seems broken.

mattbarrett avatar Dec 08 '13 17:12 mattbarrett