tokyo-dystopia
« Back to VersTracker
Description:
Lightweight full-text search system
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: search indexing database library text-processing
Install: brew install tokyo-dystopia
About:
TokyoDystopia is a lightweight embedded full-text search engine library derived from Tokyo Cabinet. It provides inverted indexing and tokenization to enable fast keyword searches within large text datasets, offering a simple API for integration into applications requiring efficient text retrieval without the overhead of a full database server.
Key Features:
  • High-performance inverted indexing
  • Embedded library (no server process)
  • Supports multiple tokenizers and analyzers
  • Minimal memory footprint
Use Cases:
  • Adding search functionality to web applications
  • Indexing and searching log files or document archives
  • Building custom search appliances
Alternatives:
  • Lucene – More feature-rich and widely used but significantly heavier and requires a JVM runtime.
  • SQLite FTS – Integrated into SQLite, easier for SQL-based apps but less flexible in text analysis than Dystopia.
Version History
Detected Version Rev Change Commit
Nov 26, 2024 12:17am 0 VERSION_BUMP 217053e3