Skip to content

Fission 1.0.0 - Blazing Fast File Reading Library ⚡

Latest

Choose a tag to compare

@groundbreakingmc groundbreakingmc released this 29 Aug 12:25
· 2 commits to main since this release

First stable release of Fission - the high-performance file reading library for Java. This release delivers revolutionary parsing speeds, memory efficiency, and a clean exception-free API.

Key Features:

  • 🚀 20-100x faster than standard BufferedReader
  • ⚡ O(1) complexity for parser operations
  • 🎯 No checked exceptions - clean runtime error handling
  • 🔍 Advanced parsing: peek-ahead, mark/reset, backtracking
  • 📦 Zero dependencies - pure Java 11+
  • 🧠 Dual implementations: in-memory & file-based sources

Perfect for: JSON/XML parsers, configuration readers, log processors, and performance-critical text processing.