nowfound

Alternatives

Products that do what Full-featured+fast SIMD CSV lib, extensible utility & web playground does

  1. 1FA
  2. 2SA

    2012 · simperium.com

  3. 3IM
  4. 4CE
  5. 5DJ
  6. 6DT
  7. 7

    A desktop CSV editor for data publishers

    2016

  8. 8RE
  9. 9SO
  10. 10DC
  11. 11CI
  12. 12NM
  13. 13SQ
  14. 14CP
  15. 15FC
  16. 16TA
  17. 17AO
  18. 18SP
  19. 19OS
  20. 20CR
  21. 21CA
  22. 22ST

    Hey HN! I've been building CSV editors for 15 years. This is my third rewrite, and I think I finally got it right. Key features: - Excel-like operation for intuitive use - Equipped with basic to advanced tools necessary for handling CSV - Supports various formats and character encodings. Can handle CSVs with different column counts - Cross-platform (Windows/Mac, Linux coming soon) - Opens 100MB files in 1.6 seconds (12x faster than Excel) Tech stack: Tauri (Rust + React/TypeScript/TailwindCSS) Would love feedback from anyone dealing with large datasets daily! Website:…

    2025 · smoothcsv.com

  23. 23MA
  24. 24IB

    Hey HN, A CSV parser using Go 1.26's experimental simd/archsimd package. I wanted to see what the new SIMD API looks like in practice. CSV parsing is mostly "find these bytes in a buffer"—load 64 bytes, compare, get a bitmask of positions. The interesting part was handling chunk boundaries correctly (quotes and line endings can split across chunks). - Drop-in replacement for encoding/csv - ~20% faster for unquoted data on AVX-512 - Quoted data is slower (still optimizing) - Scalar fallback for non-AVX-512 Requires GOEXPERIMENT=simd.…

    Jan 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →