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
tools
on
master
User selector
All users
All time
Commit history
Commits on Jul 1, 2020
Fixing issue 1013. (#1016)
Show description for 74870a8
lemire
and
Daniel Lemire
authored
74870a8
View commit details
Copy full SHA for 74870a8
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Mingw tests (32-bit and 64-bit) (#1004)
lemire
authored
ccc94c9
View commit details
Copy full SHA for ccc94c9
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Making the cmake more verbose so we can figure out what is happening.
Daniel Lemire
committed
f6e9a8e
View commit details
Copy full SHA for f6e9a8e
View code at this point
Browse repository at this point
This removes git as a dependency
Daniel Lemire
committed
cb8a9ef
View commit details
Copy full SHA for cb8a9ef
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Run -Weffc++ in CI
jkeiser
committed
d9929ed
View commit details
Copy full SHA for d9929ed
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
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
Add bool result from tie()/get(), get<T>(T&,error_code&)
jkeiser
committed
56e2b38
View commit details
Copy full SHA for 56e2b38
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
Store all parser state in the implementation
jkeiser
committed
1aab475
View commit details
Copy full SHA for 1aab475
View code at this point
Browse repository at this point
Commits on May 29, 2020
Port tools to cxxopts (#904)
Show description for f772bf4
yoannlr
and
lemire
authored
f772bf4
View commit details
Copy full SHA for f772bf4
View code at this point
Browse repository at this point
Commits on May 19, 2020
The jsonstats utility becomes ever more powerful. (#890)
lemire
authored
f346362
View commit details
Copy full SHA for f346362
View code at this point
Browse repository at this point
Commits on May 13, 2020
This fixes how we count integers in jsonstats. (#878)
Show description for 1f79200
lemire
authored
1f79200
View commit details
Copy full SHA for 1f79200
View code at this point
Browse repository at this point
Commits on May 2, 2020
CMake: Make simdjson-internal-flags subsume simdjson-flags
furkanusta
committed
064eb0b
View commit details
Copy full SHA for 064eb0b
View code at this point
Browse repository at this point
CMake: Separate public and private compilation flags
Show description for 293c104
furkanusta
committed
293c104
View commit details
Copy full SHA for 293c104
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Make checkperf work on Windows (#799)
Show description for 0e6ea76
jkeiser
authored
0e6ea76
View commit details
Copy full SHA for 0e6ea76
View code at this point
Browse repository at this point
Commits on Apr 23, 2020
A few more changes... (#775)
Show description for 0d1c574
lemire
authored
0d1c574
View commit details
Copy full SHA for 0d1c574
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 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 16, 2020
Add C++11 tests to cmake
Show description for 09cf18a
jkeiser
committed
09cf18a
View commit details
Copy full SHA for 09cf18a
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 Apr 9, 2020
Don't run parsing competitions on Windows
Show description for 3c91690
jkeiser
committed
3c91690
View commit details
Copy full SHA for 3c91690
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
Merge pull request #684 from simdjson/jkeiser/cmake
Show description for 3b1b1bf
jkeiser
authored
3b1b1bf
View commit details
Copy full SHA for 3b1b1bf
View code at this point
Browse repository at this point
Removing useless line.
lemire
committed
2bc12f9
View commit details
Copy full SHA for 2bc12f9
View code at this point
Browse repository at this point
Improving the doxygen. (#687)
lemire
authored
5e564a8
View commit details
Copy full SHA for 5e564a8
View code at this point
Browse repository at this point
Create simdjson-windows-headers interface library
jkeiser
committed
beaa6a9
View commit details
Copy full SHA for beaa6a9
View code at this point
Browse repository at this point
Add more tests to cmake
jkeiser
committed
3dcc188
View commit details
Copy full SHA for 3dcc188
View code at this point
Browse repository at this point
Specify cmake tests, benchmarks and tools idiomatically
jkeiser
committed
10b7556
View commit details
Copy full SHA for 10b7556
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
Commits on Apr 1, 2020
In the future, we will bump the so version with even minor releases. (#664)
lemire
authored
7dad9fc
View commit details
Copy full SHA for 7dad9fc
View code at this point
Browse repository at this point
Commits on Mar 31, 2020
Release candidate (#655)
Show description for 3116e29
lemire
authored
3116e29
View commit details
Copy full SHA for 3116e29
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
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
Removing dead code.
lemire
committed
8f34e67
View commit details
Copy full SHA for 8f34e67
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.