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
doc
on
jkeiser/utf8script
User selector
All users
All time
Commit history
Commits on Jun 30, 2020
Update basics.md
lemire
authored
b6f1f4e
View commit details
Copy full SHA for b6f1f4e
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
This example in our documentation would not compile (#1005)
Show description for 1fd30db
lemire
and
Daniel Lemire
authored
1fd30db
View commit details
Copy full SHA for 1fd30db
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Final steps.
lemire
committed
4582a13
View commit details
Copy full SHA for 4582a13
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Missing character.
lemire
committed
4c9f11b
View commit details
Copy full SHA for 4c9f11b
View code at this point
Browse repository at this point
Fixing the string_view issue.
lemire
committed
5e690c5
View commit details
Copy full SHA for 5e690c5
View code at this point
Browse repository at this point
Merge pull request #983 from TkTech/patch-1
Show description for 8f2a564
lemire
authored
8f2a564
View commit details
Copy full SHA for 8f2a564
View code at this point
Browse repository at this point
Update implementation-selection.md
lemire
authored
c3b25e1
View commit details
Copy full SHA for c3b25e1
View code at this point
Browse repository at this point
Update parse_many.md
lemire
authored
6d3e33d
View commit details
Copy full SHA for 6d3e33d
View code at this point
Browse repository at this point
Update performance.md
lemire
authored
c11f7ce
View commit details
Copy full SHA for c11f7ce
View code at this point
Browse repository at this point
Fix documentation links in basics.md
Show description for 84806cc
TkTech
authored
84806cc
View commit details
Copy full SHA for 84806cc
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Merge pull request #968 from simdjson/issue961
Show description for 3e35729
lemire
authored
3e35729
View commit details
Copy full SHA for 3e35729
View code at this point
Browse repository at this point
Update basics.md
lemire
authored
7e94309
View commit details
Copy full SHA for 7e94309
View code at this point
Browse repository at this point
Tweaking the documentation.
Daniel Lemire
committed
c8a70a0
View commit details
Copy full SHA for c8a70a0
View code at this point
Browse repository at this point
Merge branch 'master' into issue961
lemire
authored
b84a3a0
View commit details
Copy full SHA for b84a3a0
View code at this point
Browse repository at this point
Merge branch 'master' into dlemire/improving_documentation
lemire
authored
8cc9f49
View commit details
Copy full SHA for 8cc9f49
View code at this point
Browse repository at this point
Pleasing John
Daniel Lemire
committed
1547f2e
View commit details
Copy full SHA for 1547f2e
View code at this point
Browse repository at this point
Merge pull request #960 from simdjson/jkeiser/idiomatic-get
Show description for c650ea9
jkeiser
authored
c650ea9
View commit details
Copy full SHA for c650ea9
View code at this point
Browse repository at this point
Merge pull request #954 from simdjson/jkeiser/parse-many-result
Show description for eef1171
jkeiser
authored
eef1171
View commit details
Copy full SHA for eef1171
View code at this point
Browse repository at this point
Include document_stream line in parse_many docs
jkeiser
committed
12ccdcf
View commit details
Copy full SHA for 12ccdcf
View code at this point
Browse repository at this point
Fixing issue 961
lemire
committed
696b0e2
View commit details
Copy full SHA for 696b0e2
View code at this point
Browse repository at this point
This improves slightly the documentation, adding instructions for CMake users.
lemire
committed
5eb748a
View commit details
Copy full SHA for 5eb748a
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Extending the documentation.
Daniel Lemire
committed
89c2582
View commit details
Copy full SHA for 89c2582
View code at this point
Browse repository at this point
Fixing...
Daniel Lemire
committed
a76c67c
View commit details
Copy full SHA for a76c67c
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
With an example.
lemire
committed
38bb087
View commit details
Copy full SHA for 38bb087
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
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 18, 2020
Merge pull request #936 from simdjson/dlemire/new_examples
Show description for 5ccdbef
lemire
authored
5ccdbef
View commit details
Copy full SHA for 5ccdbef
View code at this point
Browse repository at this point
Put C++11 capable version back, change name to readme style
jkeiser
committed
f632e7c
View commit details
Copy full SHA for f632e7c
View code at this point
Browse repository at this point
Commits on Jun 17, 2020
Merge branch 'master' into dlemire/better_doxygen_home_page
lemire
authored
3f00e79
View commit details
Copy full SHA for 3f00e79
View code at this point
Browse repository at this point
Tweaking.
Daniel Lemire
committed
14ceaca
View commit details
Copy full SHA for 14ceaca
View code at this point
Browse repository at this point
Cleaning a bit the examples.
Daniel Lemire
committed
4474f8e
View commit details
Copy full SHA for 4474f8e
View code at this point
Browse repository at this point
Tweaks doxygen so that we have a better main page.
Daniel Lemire
committed
b5ea504
View commit details
Copy full SHA for b5ea504
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.