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
.
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
benchmark
parseandstatcompetition.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 1, 2020
Turns out that passing dom::element by reference can be a performance killer. (#1086)
Show description for 2f92a34
lemire
authored
2f92a34
View commit details
Copy full SHA for 2f92a34
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
Replace auto [x,error] with .get() everywhere
jkeiser
committed
1ff55c2
View commit details
Copy full SHA for 1ff55c2
View code at this point
Browse repository at this point
Replace x.get<T>() with x.get(v) or T(x)
jkeiser
committed
6fa5abc
View commit details
Copy full SHA for 6fa5abc
View code at this point
Browse repository at this point
Switch from get(v,e) to e = get(v)
jkeiser
committed
a7fc7d4
View commit details
Copy full SHA for a7fc7d4
View code at this point
Browse repository at this point
Convert tools/docs/benchmarks to bool get() idiom
jkeiser
committed
f336103
View commit details
Copy full SHA for f336103
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
Adding link.
Daniel Lemire
committed
33930ff
View commit details
Copy full SHA for 33930ff
View code at this point
Browse repository at this point
Commits on Jun 12, 2020
New API traversal tests.
Daniel Lemire
committed
d1a5424
View commit details
Copy full SHA for d1a5424
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
The "competition tests" are being made portable (#907)
Show description for 2fe2dd1
lemire
authored
2fe2dd1
View commit details
Copy full SHA for 2fe2dd1
View code at this point
Browse repository at this point
Commits on May 1, 2020
There is confusion between gigabytes and gigibytes. Let us standardize throughout. (#838)
Show description for fa4ce6a
lemire
authored
fa4ce6a
View commit details
Copy full SHA for fa4ce6a
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Enable conversion warnings on Linux and Windows
jkeiser
committed
d4a37f6
View commit details
Copy full SHA for d4a37f6
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
Treat warnings as errors during compilation
jkeiser
committed
289cc3e
View commit details
Copy full SHA for 289cc3e
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Let us try to check with the exceptions disabled. (#707)
Show description for 6d7c77d
lemire
authored
6d7c77d
View commit details
Copy full SHA for 6d7c77d
View code at this point
Browse repository at this point
Commits on Mar 28, 2020
Replace as_X and is_X with get<T> and is<T>
jkeiser
committed
622d9c9
View commit details
Copy full SHA for 622d9c9
View code at this point
Browse repository at this point
Move document/element/etc. under dom
jkeiser
committed
03746b9
View commit details
Copy full SHA for 03746b9
View code at this point
Browse repository at this point
Deprecate parser error code methods
Show description for e836c28
jkeiser
committed
e836c28
View commit details
Copy full SHA for e836c28
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
Return document::element from parse, load, parse_many, load_many
jkeiser
committed
5ad4050
View commit details
Copy full SHA for 5ad4050
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
Fixing issue 601 (#618)
Show description for 6b8f5d3
lemire
authored
6b8f5d3
View commit details
Copy full SHA for 6b8f5d3
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
accurate number parsing (#558)
lemire
authored
317fc6b
View commit details
Copy full SHA for 317fc6b
View code at this point
Browse repository at this point
Commits on Mar 12, 2020
Make #defines into simdjson::constants
jkeiser
committed
a5afec1
View commit details
Copy full SHA for a5afec1
View code at this point
Browse repository at this point
Add parser.load() and load_many() to load files
jkeiser
committed
40c6213
View commit details
Copy full SHA for 40c6213
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
Create top level simdjson.h (#515)
Show description for 99667f7
jkeiser
committed
99667f7
View commit details
Copy full SHA for 99667f7
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
Fixing memory leaks. (Minor issue.)
lemire
committed
5c59b3a
View commit details
Copy full SHA for 5c59b3a
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 Jul 30, 2019
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
Runtime dispatch
Show description for eba02dc
lemire
authored and
ioioioio
committed
eba02dc
View commit details
Copy full SHA for eba02dc
View code at this point
Browse repository at this point
Commits on Jul 26, 2019
Fix benchmark cpp files (#225)
AmoghSubhedar
authored and
lemire
committed
9aa2cd7
View commit details
Copy full SHA for 9aa2cd7
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
conflicts are solved
ioioioio
committed
9230588
View commit details
Copy full SHA for 9230588
View code at this point
Browse repository at this point
Commits on May 9, 2019
Fix for issues 32, 50, 131, 137
Show description for e370a65
lemire
authored
e370a65
View commit details
Copy full SHA for e370a65
View code at this point
Browse repository at this point
Commits on Dec 31, 2018
Porting to visual studio
Show description for 58d4192
lemire
authored
58d4192
View commit details
Copy full SHA for 58d4192
View code at this point
Browse repository at this point
Commits on Dec 28, 2018
Removing custom types (more standard code).
lemire
committed
bf4089b
View commit details
Copy full SHA for bf4089b
View code at this point
Browse repository at this point
Commits on Dec 27, 2018
Saving...
lemire
committed
2654388
View commit details
Copy full SHA for 2654388
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Simplifying the build
lemire
committed
e979a0c
View commit details
Copy full SHA for e979a0c
View code at this point
Browse repository at this point
Preparing new version with plotting.
lemire
committed
14b55ab
View commit details
Copy full SHA for 14b55ab
View code at this point
Browse repository at this point
Commits on Dec 15, 2018
Cleaning.
lemire
committed
b1b5665
View commit details
Copy full SHA for b1b5665
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.