DerrickBrayanClayton / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
0 stars 0 forks source link

Optimise array handling #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See issue 14; currently uses naive implementation - need to assess whether 
this is a problem for larger data sets (or give advice to use lists!)

Original issue reported on code.google.com by marc.gravell on 24 Jul 2008 at 7:09

GoogleCodeExporter commented 8 years ago
Note; see also 
http://groups.google.com/group/protobuf/browse_thread/thread/37e3090c82e220f5 
to 
verify support for n-dim/jagged; at the moment only 1-dim is supported, and I 
*think* that is all that is needed/appropriate...

Original comment by marc.gravell on 24 Jul 2008 at 9:36

GoogleCodeExporter commented 8 years ago
Fixed

Original comment by marc.gravell on 9 Aug 2008 at 10:58