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
include
on
jkeiser/compile-error
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 25, 2020
This deprecates json_parse() and build_parsed_json().
jkeiser
committed
7cde65a
View commit details
Copy full SHA for 7cde65a
View code at this point
Browse repository at this point
Make _padded available without using namespace simdjson
jkeiser
committed
e1b1500
View commit details
Copy full SHA for e1b1500
View code at this point
Browse repository at this point
Remove backslash unescaping from JSON pointer impl
Show description for b28cafc
jkeiser
committed
b28cafc
View commit details
Copy full SHA for b28cafc
View code at this point
Browse repository at this point
Commits on Mar 23, 2020
Support JSON pointer in DOM navigation model
jkeiser
committed
0bcda5e
View commit details
Copy full SHA for 0bcda5e
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
Merge branch 'master' of github.com:lemire/simdjson
Show description for 3e39a99
lemire
committed
3e39a99
View commit details
Copy full SHA for 3e39a99
View code at this point
Browse repository at this point
Minor typo.
lemire
committed
2867dc5
View commit details
Copy full SHA for 2867dc5
View code at this point
Browse repository at this point
Fix typos.
waywardmonkeys
authored and
jkeiser
committed
c3c4376
View commit details
Copy full SHA for c3c4376
View code at this point
Browse repository at this point
Keep loaded_bytes in parser to reduce allocation
Show description for 36ceaa4
jkeiser
committed
36ceaa4
View commit details
Copy full SHA for 36ceaa4
View code at this point
Browse repository at this point
Commits on Mar 21, 2020
Support document::parse("[1,2,3]"_padded)
jkeiser
committed
e8b3f9e
View commit details
Copy full SHA for e8b3f9e
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
faster minifier (#568)
Show description for 5d1e3ef
lemire
and
jkeiser
authored
5d1e3ef
View commit details
Copy full SHA for 5d1e3ef
View code at this point
Browse repository at this point
Commits on Mar 19, 2020
std::tie does not work on some compilers (#567)
Show description for 6cefeb3
lemire
authored
6cefeb3
View commit details
Copy full SHA for 6cefeb3
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
Remove TARGET_FALLBACK
jkeiser
committed
5a071c1
View commit details
Copy full SHA for 5a071c1
View code at this point
Browse repository at this point
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
Add fallback parser for pre-SSE4.2 machines
jkeiser
committed
af203aa
View commit details
Copy full SHA for af203aa
View code at this point
Browse repository at this point
Compile with -fno-exceptions
jkeiser
committed
8e2c06c
View commit details
Copy full SHA for 8e2c06c
View code at this point
Browse repository at this point
Add tests for SIMDJSON_EXCEPTIONS=0, add `tie()` support
jkeiser
committed
1a5d8f1
View commit details
Copy full SHA for 1a5d8f1
View code at this point
Browse repository at this point
Add SIMDJSON_EXCEPTIONS=ON to turn on exception interface
jkeiser
committed
03c828c
View commit details
Copy full SHA for 03c828c
View code at this point
Browse repository at this point
Commits on Mar 14, 2020
Support cout << json, cout << minify(json)
jkeiser
committed
acc7bd7
View commit details
Copy full SHA for acc7bd7
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
Adding a check to see whether document::stream copy constructor and assignment actually compile (#556)
Show description for 89d9de2
lemire
and
jkeiser
authored
89d9de2
View commit details
Copy full SHA for 89d9de2
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 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
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 11, 2020
Automatically allocate memory as needed in parse
jkeiser
committed
d140bc2
View commit details
Copy full SHA for d140bc2
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Rename invalid_json to simdjson_error
jkeiser
committed
66a2807
View commit details
Copy full SHA for 66a2807
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
Support cout << error
jkeiser
committed
3bdfe16
View commit details
Copy full SHA for 3bdfe16
View code at this point
Browse repository at this point
Make error_message(error_code) return C string
Show description for 31e8a12
jkeiser
committed
31e8a12
View commit details
Copy full SHA for 31e8a12
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
Create parser.parse_many() API
jkeiser
committed
cfef4ff
View commit details
Copy full SHA for cfef4ff
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
Fix JsonStream reference to parser on_error
jkeiser
committed
1c922d3
View commit details
Copy full SHA for 1c922d3
View code at this point
Browse repository at this point
Declare functions inline to surface "undefined" errors earlier
jkeiser
committed
b23dd28
View commit details
Copy full SHA for b23dd28
View code at this point
Browse repository at this point
Move JsonStream inline implementation to inline .h
jkeiser
committed
a55f41a
View commit details
Copy full SHA for a55f41a
View code at this point
Browse repository at this point
Stop using jsoncharutils.h in JsonStream
jkeiser
committed
5525c6f
View commit details
Copy full SHA for 5525c6f
View code at this point
Browse repository at this point
Mark jsonformatutils.h/isadetection.h internal
Show description for eb147d9
jkeiser
committed
eb147d9
View commit details
Copy full SHA for eb147d9
View code at this point
Browse repository at this point
Move parser inline implementation to .cpp
jkeiser
committed
f58a5d5
View commit details
Copy full SHA for f58a5d5
View code at this point
Browse repository at this point
Add simdjson.cpp for unified use (#515)
jkeiser
committed
b3ea8c4
View commit details
Copy full SHA for b3ea8c4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.