Skip to content

Releases: mabel-dev/rugo

Fix build and release issues

26 Oct 08:18
a4a3111

Choose a tag to compare

What's Changed

Full Changelog: 0.1.19...0.1.20d

0.1.19-4

24 Oct 14:56
cbd103b

Choose a tag to compare

What's Changed

Full Changelog: 0.1.19-2...0.1.19-4

0.1.18

24 Oct 11:51
94eab61

Choose a tag to compare

What's Changed

Full Changelog: 0.1.17...0.1.18

Add Linux ARM build

24 Oct 09:44
2c9ea21

Choose a tag to compare

What's Changed

Full Changelog: 0.1.16...0.1.17

Fixing build error

24 Oct 08:06
57db713

Choose a tag to compare

What's Changed

Full Changelog: 0.1.15...0.1.16

Initial CSV support

24 Oct 06:54
af0cdb8

Choose a tag to compare

What's Changed

  • Add comprehensive format support analysis and roadmap for rugo by @Copilot in #54
  • Regression test by @joocer in #55

Full Changelog: 0.1.14...0.1.15

Object and Array handling improvements

22 Oct 18:36
1c44fe6

Choose a tag to compare

What's Changed

Full Changelog: 0.1.13...0.1.14

Fix compilation errors

22 Oct 16:27
483e362

Choose a tag to compare

What's Changed

Full Changelog: 0.1.12...0.1.13

0.1.12

22 Oct 11:55
3a3c738

Choose a tag to compare

What's Changed

  • restructure jsonl folder by @joocer in #49
  • support arrays and objects in jsonl reader by @joocer in #50

Full Changelog: 0.1.11...0.1.12

JSON Lines Reader

21 Oct 13:52
4d69331

Choose a tag to compare

What's Changed

  • 0.1.10 by @joocer in #40
  • Add high-performance JSON Lines reader with schema inference and projection pushdown by @Copilot in #41
  • Add SIMD optimizations to JSON Lines reader for 19% performance improvement by @Copilot in #42
  • Add ARM/NEON SIMD support to JSON Lines reader by @Copilot in #43
  • Update README to accurately reflect current functionality and SIMD optimizations by @Copilot in #44
  • Add performance comparison and decoder analysis: rugo vs Opteryx JSONL readers by @Copilot in #45
  • Implement high-priority JSONL decoder optimizations from Opteryx analysis by @Copilot in #46
  • Json reader by @joocer in #47
  • fix-release-workflow by @joocer in #48

Full Changelog: v0.1.10...0.1.11