Skip to content

version 2.2.0

Choose a tag to compare

@Nafees10 Nafees10 released this 06 Oct 21:39
· 72 commits to master since this release
034077e

Changes

Removed JSON in favor of a custom serialize format. Reasons being:

  • JSON required "bulk processing", input stage had to finish first, only then processing can happen, only then output can be generated
  • Using custom serialized format, a range-like method is possible, where each line (class) is read, processed, output (if any) given
  • This also reduces memory footprint