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
Type
/
to 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
.
RedisJSON
/
ijson
Public
forked from
Diggsey/ijson
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
MOD-16608 Object memory improvement - pack header, u32 hash table, elide table for small objects
- #20
#20
Merged
AvivDavid23
merged 13 commits into
master
RedisJSON/ijson:master
from
object_perf
RedisJSON/ijson:object_perf
Copy head branch name to clipboard
Jul 6, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
MOD-16608 Object memory improvement - pack header, u32 hash table, elide table for small objects
#20
AvivDavid23
merged 13 commits into
master
RedisJSON/ijson:master
from
object_perf
RedisJSON/ijson:object_perf
Copy head branch name to clipboard
Commits
Commits on Jul 1, 2026
perf(object): pack header, u32 hash table, elide table for small objects
AvivDavid23
committed
d194f54
View commit details
Copy full SHA for d194f54
Browse repository at this point
Faialble operations on object
AvivDavid23
committed
3fc2029
View commit details
Copy full SHA for 3fc2029
Browse repository at this point
object ops fuzzing
AvivDavid23
committed
86efa20
View commit details
Copy full SHA for 86efa20
Browse repository at this point
SAFETY
AvivDavid23
committed
6b0476a
View commit details
Copy full SHA for 6b0476a
Browse repository at this point
add fuzz to ci
AvivDavid23
committed
5e73f4c
View commit details
Copy full SHA for 5e73f4c
Browse repository at this point
comment fix
AvivDavid23
committed
9c25121
View commit details
Copy full SHA for 9c25121
Browse repository at this point
change to 32 bit
AvivDavid23
committed
1fface9
View commit details
Copy full SHA for 1fface9
Browse repository at this point
fix: address PR #20 review — panic (not silent null) on container OOM, propagate ijson! insert errors
Show description for 899c172
AvivDavid23
committed
899c172
View commit details
Copy full SHA for 899c172
Browse repository at this point
Revert "fix: address PR #20 review — panic (not silent null) on container OOM, propagate ijson! insert errors"
Show description for da84629
AvivDavid23
committed
da84629
View commit details
Copy full SHA for da84629
Browse repository at this point
CR
AvivDavid23
committed
0469d42
View commit details
Copy full SHA for 0469d42
Browse repository at this point
Commits on Jul 5, 2026
remove explicit for-loop when scaning item
AvivDavid23
committed
0707ad7
View commit details
Copy full SHA for 0707ad7
Browse repository at this point
Commits on Jul 6, 2026
usizze -> u32 in `IArrray`/`IObject` functions. Left usize in some public API which cinsumers are expecting usize(serde, etc)
AvivDavid23
committed
5f6d45a
View commit details
Copy full SHA for 5f6d45a
Browse repository at this point
fix fuzz test
AvivDavid23
committed
23c23af
View commit details
Copy full SHA for 23c23af
Browse repository at this point
You can’t perform that action at this time.