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
.
JavaScriptExpert
/
simdjson
Public
forked from
simdjson/simdjson
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
simdjson
include
on
pipeline
User selector
All users
All time
Commit history
Commits on Sep 24, 2019
Reorder and unroll+interleave stage 1 loop
jkeiser
committed
880e892
View commit details
Copy full SHA for 880e892
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
Fixing number parsing of large ints
lemire
committed
5765c81
View commit details
Copy full SHA for 5765c81
View code at this point
Browse repository at this point
Better tests.
lemire
committed
92334a8
View commit details
Copy full SHA for 92334a8
View code at this point
Browse repository at this point
Accept large unsigned integers (#295) (#306)
Show description for c4218c8
lemire
authored
c4218c8
View commit details
Copy full SHA for c4218c8
View code at this point
Browse repository at this point
Accept large unsigned integers (#295)
Show description for c1f27fb
saka1
authored and
lemire
committed
c1f27fb
View commit details
Copy full SHA for c1f27fb
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
This is a bug fix: our prev function was buggy. (#291)
lemire
authored
f667d49
View commit details
Copy full SHA for f667d49
View code at this point
Browse repository at this point
Commits on Aug 21, 2019
Move architecture-specific headers to src/ (#287)
Show description for 585f84a
jkeiser
authored and
lemire
committed
585f84a
View commit details
Copy full SHA for 585f84a
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Documenting the limits of move_to_key with respect to Unicode Equivalence.
lemire
committed
a1bff85
View commit details
Copy full SHA for a1bff85
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Use methods for utf8 checker
jkeiser
committed
94673bc
View commit details
Copy full SHA for 94673bc
View code at this point
Browse repository at this point
Use methods instead of functions for simd_input
jkeiser
committed
aa15917
View commit details
Copy full SHA for aa15917
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
No allocation in the iterator's constructor (#276)
Show description for 6a2728e
vitlibar
authored and
lemire
committed
6a2728e
View commit details
Copy full SHA for 6a2728e
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
Move UTF8 checking functions into their own file
jkeiser
committed
0042d9b
View commit details
Copy full SHA for 0042d9b
View code at this point
Browse repository at this point
Correct header #define
jkeiser
committed
237b886
View commit details
Copy full SHA for 237b886
View code at this point
Browse repository at this point
Move simd_input and associated functions to their own header
jkeiser
committed
8f01cec
View commit details
Copy full SHA for 8f01cec
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Removing windows.h (#273)
lemire
authored
2ca574d
View commit details
Copy full SHA for 2ca574d
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
This gets rid of the silly ALLOW_SAME_PAGE_BUFFER_OVERRUN (#268)
lemire
authored
3fb8250
View commit details
Copy full SHA for 3fb8250
View code at this point
Browse repository at this point
Disable UBSan error in trailing_zeroes(). (#266)
Show description for 9dfab9d
vitlibar
authored and
lemire
committed
9dfab9d
View commit details
Copy full SHA for 9dfab9d
View code at this point
Browse repository at this point
Commits on Aug 8, 2019
Use direct call to templated flatten_bits instead of if (#262)
Show description for f3c3afd
jkeiser
authored and
lemire
committed
f3c3afd
View commit details
Copy full SHA for f3c3afd
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Make headers show up in Header Files in VS2019 (#257)
jkeiser
authored and
lemire
committed
b1beacd
View commit details
Copy full SHA for b1beacd
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Fix Intellisense errors opening .h files on VS2019 (#253)
jkeiser
authored and
lemire
committed
d9a0e2b
View commit details
Copy full SHA for d9a0e2b
View code at this point
Browse repository at this point
Replace macros by include files (#236) (#248)
Show description for 2a24567
ioioioio
authored
2a24567
View commit details
Copy full SHA for 2a24567
View code at this point
Browse repository at this point
Producing a new release
lemire
committed
bd9628d
View commit details
Copy full SHA for bd9628d
View code at this point
Browse repository at this point
Hiding the pointer away... (#252)
Show description for 99a153d
lemire
authored
99a153d
View commit details
Copy full SHA for 99a153d
View code at this point
Browse repository at this point
Commits on Aug 1, 2019
Fixing style violation.
lemire
committed
2a240e3
View commit details
Copy full SHA for 2a240e3
View code at this point
Browse repository at this point
Version 0.2.0.
lemire
committed
ee66fb1
View commit details
Copy full SHA for ee66fb1
View code at this point
Browse repository at this point
Adding style scripts. (#243)
Show description for 038b18e
lemire
authored
038b18e
View commit details
Copy full SHA for 038b18e
View code at this point
Browse repository at this point
preventing clang-format to move sysinfoapi.h (#244)
ioioioio
authored and
lemire
committed
968117c
View commit details
Copy full SHA for 968117c
View code at this point
Browse repository at this point
It is not beneficial to try to get clever with trailing zeroes. (Lead to major performance
Show description for 6788b12
lemire
committed
6788b12
View commit details
Copy full SHA for 6788b12
View code at this point
Browse repository at this point
Adding a remark.
lemire
committed
66ffc1b
View commit details
Copy full SHA for 66ffc1b
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
Fix most warnings on VS2019 (#241)
jkeiser
authored and
lemire
committed
bf59ba7
View commit details
Copy full SHA for bf59ba7
View code at this point
Browse repository at this point
Commits on Jul 30, 2019
Fixing amalgamate under ARM
lemire
committed
76da659
View commit details
Copy full SHA for 76da659
View code at this point
Browse repository at this point
Style uniformization (#238)
Show description for c2eea8a
ioioioio
authored and
lemire
committed
c2eea8a
View commit details
Copy full SHA for c2eea8a
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
Merging No duplicate tail (PR#223) (#232)
Show description for 5f20d3e
ioioioio
authored and
lemire
committed
5f20d3e
View commit details
Copy full SHA for 5f20d3e
View code at this point
Browse repository at this point
Improving the documentation.
lemire
committed
3c0f5a3
View commit details
Copy full SHA for 3c0f5a3
View code at this point
Browse repository at this point
Trying again... (#235)
lemire
authored
771e9cd
View commit details
Copy full SHA for 771e9cd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.