json-semi-indexing

Official

Speed JSON parsing with semi-indexed navigation.

Authorrust-works
Version1.0.0
Installs0

System Documentation

What problem does it solve?

JSON semi-indexing provides structure-aware indexing that lets you navigate JSON data quickly without full DOM parsing, reducing latency for queries and analytics while saving memory.

Core Features & Use Cases

  • Semi-Index Structure: Interest Bits (IB) mark structural positions and Balanced Parentheses (BP) encode the tree for fast navigation.
  • Multi-Architecture Dispatch & SIMD: Runtime selection of correct SIMD path (x86 SSE/AVX; aarch64 NEON) for speed.
  • PFSM Table-Driven Parser: Table-driven parsing enables high-throughput JSON processing.
  • Use Cases: Streaming JSON, large configuration files, and log analytics with rapid structural queries.

Quick Start

Build a semi-index from a JSON payload and run a structure-guided query to fetch nested values.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: json-semi-indexing
Download link: https://github.com/rust-works/succinctly/archive/main.zip#json-semi-indexing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.