Skip to content

Kore v1.3.3 - Multi-Platform Release

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 04:11

KORE v1.3.3 - Production Release

Release Date: June 4, 2026

✨ Features & Capabilities

Core Engine

  • 7 Compression Codecs: Huffman, LZ77, FOR, Dictionary, RLE, Delta Integer, Bitpacking
  • AI-Powered Codec Selection: Smart algorithm detection per column
  • AES-256-CTR Encryption: Per-column encryption with cryptographic nonce derivation
  • KORE v2 Format: Single-file, CRC32-verified, multi-column support
  • Zero External Dependencies: Lightweight base library

Performance

  • 📊 2.5 GB/s read throughput
  • 🔧 850+ MB/s decompression
  • 2-5ms p50 query latency
  • 📈 4.6:1 average compression ratio

Quality

  • 685/685 tests passing (100% pass rate)
  • 🧪 All modules validated
  • 🔒 Type-safe Rust implementation
  • 📚 119,531+ lines of documentation

📦 Installation

Python

\\�ash
pip install kore-fileformat==1.3.3
\\

JavaScript/TypeScript

\\�ash
npm install @kore/fileformat@1.3.3
\\

Rust

\\�ash
cargo add kore_fileformat@1.3.3
\\

Go

\\�ash
go get github.com/arunkatherashala/Kore@v1.3.3
\\

Java (Maven) ⏳

Registration required: See Maven Central setup guide

C#/.NET (NuGet) ⏳

Awaiting API key validation

Ruby (RubyGems) ⏳

Awaiting authentication

📊 Deployment Status

Platform Status Status
PyPI ✅ LIVE pip install kore-fileformat==1.3.3
npm ✅ LIVE npm install @kore/fileformat@1.3.3
Crates.io ✅ LIVE cargo add kore_fileformat@1.3.3
Go ✅ LIVE git tag v1.3.3
GitHub ✅ LIVE This release
Maven Central ⏳ PENDING Account setup required
NuGet ⏳ PENDING API key validation
RubyGems ⏳ PENDING Authentication setup

Score: 5/8 platforms live (62.5%)

📖 Documentation