Skip to content
LoSkroefie edited this page Jan 21, 2025 · 3 revisions

FLEXON CLI Wiki

Welcome to the FLEXON CLI Wiki! This is your comprehensive guide to using FLEXON, the next-generation binary data format.

Latest Version: 1.2.0 (January 21, 2025)

FLEXON CLI is a revolutionary binary data format and toolset that combines the simplicity of JSON with the power and efficiency of binary encoding.

Key Features

  • ** Ultra-Compact Storage**

    • Binary format reduces file size by up to 80%
    • Built-in compression (GZip, Deflate, Brotli)
    • Efficient memory usage with buffer pooling
  • ** High Performance**

    • SIMD-optimized operations
    • Thread-safe concurrent processing
    • Blazing-fast serialization and deserialization
  • ** Security Features**

    • AES-256 encryption (default)
    • ChaCha20-Poly1305 support
    • Triple DES for legacy systems
    • Schema validation with detailed error reporting
  • ** Compatibility**

    • Full JSON compatibility
    • Cross-platform support (Windows, Linux, macOS)
    • Multiple programming language bindings
  • ** Data Types Support**

    • All JSON data types
    • Binary data (images, files)
    • DateTime, UUID
    • Custom type extensions

Getting Started

Advanced Topics

Community

License

FLEXON is licensed under the MIT License. See the LICENSE file for details.

Clone this wiki locally