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
.gitignore
on
master
User selector
All users
All time
Commit history
Commits on May 5, 2020
Make benchfeatures work again
jkeiser
committed
8c600ca
View commit details
Copy full SHA for 8c600ca
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Remove unneeded .gitignores
Show description for 127d962
jkeiser
committed
127d962
View commit details
Copy full SHA for 127d962
View code at this point
Browse repository at this point
Commits on Apr 26, 2020
Add cmake /build dir to gitignore (#800)
Show description for 46cf512
pps83
authored
46cf512
View commit details
Copy full SHA for 46cf512
View code at this point
Browse repository at this point
Commits on Apr 23, 2020
elimination of most of g++ -Weffc++ warnings (#764)
Show description for 87acab0
3 people
authored
87acab0
View commit details
Copy full SHA for 87acab0
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
Add amalgamation support to cmake
jkeiser
committed
d3e44b1
View commit details
Copy full SHA for d3e44b1
View code at this point
Browse repository at this point
Commits on Apr 20, 2020
Make checkperf build master with the same options
jkeiser
committed
fc50a36
View commit details
Copy full SHA for fc50a36
View code at this point
Browse repository at this point
Add checkperf to cmake
jkeiser
committed
9bf9fba
View commit details
Copy full SHA for 9bf9fba
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Add SIMDJSON_FORCE_IMPLEMENTATION
jkeiser
committed
22b9a53
View commit details
Copy full SHA for 22b9a53
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
Run fewer redundant steps and configs in CI
jkeiser
committed
ff09b6c
View commit details
Copy full SHA for ff09b6c
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
Fix c++11 warnings on clang
Show description for fd418f5
jkeiser
committed
fd418f5
View commit details
Copy full SHA for fd418f5
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
Add benchmark competitions to cmake
jkeiser
committed
7b58fea
View commit details
Copy full SHA for 7b58fea
View code at this point
Browse repository at this point
Add competition libraries
jkeiser
committed
6dabfa1
View commit details
Copy full SHA for 6dabfa1
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
Add numberparsingcheck and stringparsingcheck tests
jkeiser
committed
a9c8224
View commit details
Copy full SHA for a9c8224
View code at this point
Browse repository at this point
Compile under C++ 11
jkeiser
committed
1e30b6e
View commit details
Copy full SHA for 1e30b6e
View code at this point
Browse repository at this point
Support C++ 14
jkeiser
committed
406240b
View commit details
Copy full SHA for 406240b
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Merge pull request #646 from simdjson/jkeiser/quickstart-example
Show description for dc918d7
jkeiser
authored
dc918d7
View commit details
Copy full SHA for dc918d7
View code at this point
Browse repository at this point
Generate API docs at /api/docs
jkeiser
committed
7656bd5
View commit details
Copy full SHA for 7656bd5
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Add actual examples from basics.md to readme_examples
jkeiser
committed
7ed65e4
View commit details
Copy full SHA for 7ed65e4
View code at this point
Browse repository at this point
Run quickstart example in CI
jkeiser
committed
835b640
View commit details
Copy full SHA for 835b640
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
Add fallback implementation to CI
Show description for 7cf3a75
jkeiser
committed
7cf3a75
View commit details
Copy full SHA for 7cf3a75
View code at this point
Browse repository at this point
Commits on Mar 12, 2020
Add error tests, doc_ref_result[] chaining
jkeiser
committed
ac0899c
View commit details
Copy full SHA for ac0899c
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
Use parse_many in examples/tests/docs
jkeiser
committed
9a7c8fb
View commit details
Copy full SHA for 9a7c8fb
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
Document navigation API
jkeiser
committed
0b21203
View commit details
Copy full SHA for 0b21203
View code at this point
Browse repository at this point
Commits on Feb 18, 2020
Update README, add README examples
jkeiser
committed
4dc2adf
View commit details
Copy full SHA for 4dc2adf
View code at this point
Browse repository at this point
Add Google Benchmark for calling conventions
Show description for da34f9a
jkeiser
committed
da34f9a
View commit details
Copy full SHA for da34f9a
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
Separate document state from ParsedJson
Show description for 8e7d1a5
jkeiser
authored
8e7d1a5
View commit details
Copy full SHA for 8e7d1a5
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
C++ language version detection (#418)
Show description for 2caa6e3
DBJDBJ
authored and
lemire
committed
2caa6e3
View commit details
Copy full SHA for 2caa6e3
View code at this point
Browse repository at this point
Commits on Dec 18, 2019
lookup+cont-check algorithm
jkeiser
committed
d7c8339
View commit details
Copy full SHA for d7c8339
View code at this point
Browse repository at this point
Commits on Dec 17, 2019
Measure impact of utf-8 blocks and structurals per block directly
jkeiser
committed
e2f349e
View commit details
Copy full SHA for e2f349e
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
Updating .gitignore for most popular IDEs
piotte13
committed
f345490
View commit details
Copy full SHA for f345490
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Introducing concurrency mode in JsonStream. (#373)
Show description for 29fc515
piotte13
authored
29fc515
View commit details
Copy full SHA for 29fc515
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
Decrease stage 1 step size to 64 bytes on Westmere/ARM
Show description for ce824f8
jkeiser
committed
ce824f8
View commit details
Copy full SHA for ce824f8
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
Combined performance patch (5% overall, 15% stage 1) (#317)
Show description for de8df0a
jkeiser
authored and
lemire
committed
de8df0a
View commit details
Copy full SHA for de8df0a
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
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 25, 2019
Remove duplicate lines in .gitignore (#300)
saka1
authored and
lemire
committed
a4bd871
View commit details
Copy full SHA for a4bd871
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.