Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
iris-cpp
/
iris
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
15
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Implement N-gram indexer
- #58
#58
Merged
saki7
merged 16 commits into
main
iris-cpp/iris:main
from
implement-ngram
iris-cpp/iris:implement-ngram
Copy head branch name to clipboard
Aug 18, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Implement N-gram indexer
#58
saki7
merged 16 commits into
main
iris-cpp/iris:main
from
implement-ngram
iris-cpp/iris:implement-ngram
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
Implement N-gram indexer
saki7
committed
72ca691
View commit details
Copy full SHA for 72ca691
Browse repository at this point
std::ranges::shift_left IS NOT IMPLEMENTED
saki7
committed
d84b60f
View commit details
Copy full SHA for d84b60f
Browse repository at this point
Add more basic tests
saki7
committed
a1d5d6b
View commit details
Copy full SHA for a1d5d6b
Browse repository at this point
Organize formatters
saki7
committed
c43b05d
View commit details
Copy full SHA for c43b05d
Browse repository at this point
Implement search functionality
saki7
committed
14f61eb
View commit details
Copy full SHA for 14f61eb
Browse repository at this point
Complete implementation for basic search functionality
saki7
committed
bbf227a
View commit details
Copy full SHA for bbf227a
Browse repository at this point
Optimize implementation and add tests
saki7
committed
c1ee2f6
View commit details
Copy full SHA for c1ee2f6
Browse repository at this point
Fix sign comparison
saki7
committed
5de5b49
View commit details
Copy full SHA for 5de5b49
Browse repository at this point
Current
saki7
committed
eb6e2a7
View commit details
Copy full SHA for eb6e2a7
Browse repository at this point
Add clear() function
saki7
committed
f3c754d
View commit details
Copy full SHA for f3c754d
Browse repository at this point
Split ngram_search_query.hpp and ngram_database.hpp
saki7
committed
db20850
View commit details
Copy full SHA for db20850
Browse repository at this point
Improve interface
saki7
committed
5ffa08e
View commit details
Copy full SHA for 5ffa08e
Browse repository at this point
Reorganize library structure
saki7
committed
22ea7b8
View commit details
Copy full SHA for 22ea7b8
Browse repository at this point
Split `document_id` and `document_slot`, redesign interface
saki7
committed
f677813
View commit details
Copy full SHA for f677813
Browse repository at this point
Fix natvis
saki7
committed
45438dc
View commit details
Copy full SHA for 45438dc
Browse repository at this point
Add `add_or_update_document`
saki7
committed
ce3503f
View commit details
Copy full SHA for ce3503f
Browse repository at this point
You can’t perform that action at this time.