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.