Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore and extend feature index generation with method support #3486

Merged
merged 19 commits into from
Feb 25, 2025

Conversation

riverar
Copy link
Collaborator

@riverar riverar commented Feb 13, 2025

Restores and extends JSON index generation to include method feature information. While this increases the index size from 11.7MB to 12.7MB (~8.5%), the ability to search method features justifies the size increase. Includes space optimization measures to minimize the JSON payload.

The web tool has been updated to support this altered index format (V2) while maintaining backwards compatibility with existing V1 indices.

Fixes: #3458

Copy link
Collaborator

@kennykerr kennykerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for all your work on this!

@riverar riverar merged commit c9ae41f into master Feb 25, 2025
35 checks passed
@riverar riverar deleted the rafael/index-v2 branch February 25, 2025 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some APIs are missing in the features tool
2 participants