Skip to content

CSV Interface v2.0.0

Choose a tag to compare

@ws-garcia ws-garcia released this 15 Nov 16:28
· 451 commits to master since this release
cd66204
  • Bugs fixed.
  • Internals redesign: jagged arrays are now allowed in the I/O operations.
  • Memory optimization in data dump, import and export operations.
  • Added the CreateJagged method.
  • Added the DumpToJaggedArray method.
  • Added the IsJaggedArray method.
  • Added the JaggedToTwoDimArray method.
  • Added the TwoDimToJaggedArray method.