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
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
src
arm64
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 1, 2020
Store buf and len in parser implementation
jkeiser
committed
84712a8
View commit details
Copy full SHA for 84712a8
View code at this point
Browse repository at this point
Rename doc_parser -> parser
jkeiser
committed
b86fb95
View commit details
Copy full SHA for b86fb95
View code at this point
Browse repository at this point
Move DOM parsing into concrete interface implementation
jkeiser
committed
a3a9bde
View commit details
Copy full SHA for a3a9bde
View code at this point
Browse repository at this point
Commits on May 21, 2020
Add logging to stage 2
jkeiser
committed
5651fbe
View commit details
Copy full SHA for 5651fbe
View code at this point
Browse repository at this point
Commits on May 19, 2020
Make main compilation chunks into .cpp files
jkeiser
committed
7ad4020
View commit details
Copy full SHA for 7ad4020
View code at this point
Browse repository at this point
Move stage 1 and 2 files to their own directories
jkeiser
committed
72ab0d1
View commit details
Copy full SHA for 72ab0d1
View code at this point
Browse repository at this point
Move stage2 classes into their own files
jkeiser
committed
4ea866f
View commit details
Copy full SHA for 4ea866f
View code at this point
Browse repository at this point
Commits on May 7, 2020
Compile under Visual Studio for ARM64 (#861)
Show description for 3c3a4db
lemire
authored
3c3a4db
View commit details
Copy full SHA for 3c3a4db
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Provides support for clang under Windows. (#817)
lemire
authored
2a1f8fa
View commit details
Copy full SHA for 2a1f8fa
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 21, 2020
This removes the problematic use of the intrinsic _addcarry_u64 for Visual Studio (#758)
Show description for 5f04208
lemire
authored
5f04208
View commit details
Copy full SHA for 5f04208
View code at this point
Browse repository at this point
Master vs2019 x86 compile fixes (#743)
Show description for ffaa292
pps83
authored
ffaa292
View commit details
Copy full SHA for ffaa292
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
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 8, 2020
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 28, 2020
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 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 18, 2020
Break out string/structural scanning from tokenizer
jkeiser
committed
f1744f5
View commit details
Copy full SHA for f1744f5
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
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
Commits on Mar 14, 2020
Simplify atom parsing
jkeiser
committed
1aaad22
View commit details
Copy full SHA for 1aaad22
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
Fix amalgamation
jkeiser
committed
b2220d6
View commit details
Copy full SHA for b2220d6
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
Include <simdjson> directly, move document_parser_callbacks to top level
jkeiser
committed
5ff941a
View commit details
Copy full SHA for 5ff941a
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
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 21, 2020
Add parser implementation interface and selection API (#501)
Show description for 910f272
jkeiser
authored
910f272
View commit details
Copy full SHA for 910f272
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
Lowercase Architecture and ErrorValues (#487)
Show description for bc8bc7d
jkeiser
authored
bc8bc7d
View commit details
Copy full SHA for bc8bc7d
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 22, 2020
Basically, haswell processor should be able to count on lzcnt. (#458)
lemire
authored
3488c49
View commit details
Copy full SHA for 3488c49
View code at this point
Browse repository at this point
Find all escaped characters with simpler algorithm (#450)
jkeiser
authored and
lemire
committed
adaef43
View commit details
Copy full SHA for adaef43
View code at this point
Browse repository at this point
Commits on Jan 2, 2020
Refactor stage 2 into structural_parser class
jkeiser
committed
165e237
View commit details
Copy full SHA for 165e237
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
Fixing issue386 (#396)
Show description for 102262c
lemire
authored
102262c
View commit details
Copy full SHA for 102262c
View code at this point
Browse repository at this point
Commits on Dec 13, 2019
Adding analysis by @sebpop from https://github.com/lemire/simdjson/pull/391#issuecomment-565551462
lemire
committed
f02babe
View commit details
Copy full SHA for f02babe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.