# lits **Repository Path**: spearNeil/lits ## Basic Information - **Project Name**: lits - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-08 - **Last Updated**: 2024-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LITS LITS is a learned index optimized for string keys. ## Build and Run To run a simple example: ```shell $ make example $ ./example ``` To run simple benchmarks: ```shell $ make testbench # can be 'idcards' or 'randstr' # Case 1: search only test $ ./testbench 1 # Case 2: insert only test $ ./testbench 2 # Case 3: scan only test $ ./testbench 3 ```