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
simdjson
inline
on
jkeiser/utf8script
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 29, 2020
This enables building the library under Visual Studio 2015 (#1002)
Show description for 0ba76ac
lemire
and
Daniel Lemire
authored
0ba76ac
View commit details
Copy full SHA for 0ba76ac
View code at this point
Browse repository at this point
Commits on Jun 26, 2020
Removing a cast.
lemire
committed
94e9105
View commit details
Copy full SHA for 94e9105
View code at this point
Browse repository at this point
Patching things up and adding tests.
lemire
committed
b6997a5
View commit details
Copy full SHA for b6997a5
View code at this point
Browse repository at this point
Minor fixes to avoid 32-bit warnings.
lemire
committed
2956bce
View commit details
Copy full SHA for 2956bce
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
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
Commits on Jun 23, 2020
Damn merge conflicts.
Daniel Lemire
committed
544fa57
View commit details
Copy full SHA for 544fa57
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
Make simdjson_result<element>.is() return bool
jkeiser
committed
2d84b6f
View commit details
Copy full SHA for 2d84b6f
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
Commits on Jun 21, 2020
Remove deprecated uses of parse_many
jkeiser
committed
ae1bd89
View commit details
Copy full SHA for ae1bd89
View code at this point
Browse repository at this point
Allow use of document_stream with tie()
jkeiser
committed
9899e50
View commit details
Copy full SHA for 9899e50
View code at this point
Browse repository at this point
Return simdjson_result from load_many/parse_many
jkeiser
committed
94440e0
View commit details
Copy full SHA for 94440e0
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
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 20, 2020
Make get_xxx the primary functions
jkeiser
committed
1d8c2d6
View commit details
Copy full SHA for 1d8c2d6
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Add get_X and is_X methods
jkeiser
committed
0b8c357
View commit details
Copy full SHA for 0b8c357
View code at this point
Browse repository at this point
Don't extend from tape_ref in public classes
jkeiser
committed
05bc664
View commit details
Copy full SHA for 05bc664
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
Merge pull request #940 from simdjson/issue938
Show description for c13c265
lemire
authored
c13c265
View commit details
Copy full SHA for c13c265
View code at this point
Browse repository at this point
Commits on Jun 17, 2020
Fixes https://github.com/simdjson/simdjson/issues/937
Daniel Lemire
committed
04a19f9
View commit details
Copy full SHA for 04a19f9
View code at this point
Browse repository at this point
It turns out that we need fairly complicated logic.
Daniel Lemire
committed
0b9df6d
View commit details
Copy full SHA for 0b9df6d
View code at this point
Browse repository at this point
Light touch.
Daniel Lemire
committed
803b0c4
View commit details
Copy full SHA for 803b0c4
View code at this point
Browse repository at this point
Fixing the bug.
Daniel Lemire
committed
0d4e501
View commit details
Copy full SHA for 0d4e501
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Merge pull request #927 from simdjson/dlemire/exposingthestringminifier
Show description for fd44c2a
jkeiser
authored
fd44c2a
View commit details
Copy full SHA for fd44c2a
View code at this point
Browse repository at this point
Rename minify class to minifier so the minify() method is cleared up
jkeiser
committed
a86a82b
View commit details
Copy full SHA for a86a82b
View code at this point
Browse repository at this point
Commits on Jun 12, 2020
Using a worker instead of a thread per batch (#920)
Show description for 4dfbf98
3 people
authored
4dfbf98
View commit details
Copy full SHA for 4dfbf98
View code at this point
Browse repository at this point
Commits on Jun 7, 2020
Make threaded version work again
jkeiser
committed
fe01da0
View commit details
Copy full SHA for fe01da0
View code at this point
Browse repository at this point
Move document stream state to implementation
jkeiser
committed
ef63a84
View commit details
Copy full SHA for ef63a84
View code at this point
Browse repository at this point
Commits on Jun 5, 2020
Fixing issue 906 (#912)
Show description for 7a69da1
lemire
and
Daniel Lemire
authored
7a69da1
View commit details
Copy full SHA for 7a69da1
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
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 20, 2020
fixes issue 891 (#893)
lemire
authored
40d57da
View commit details
Copy full SHA for 40d57da
View code at this point
Browse repository at this point
Commits on May 19, 2020
Make include files more fine-grained
jkeiser
committed
e6c9dfb
View commit details
Copy full SHA for e6c9dfb
View code at this point
Browse repository at this point
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
Share ref_address everywhere it's used
jkeiser
committed
a476531
View commit details
Copy full SHA for a476531
View code at this point
Browse repository at this point
Commits on May 10, 2020
Cleaning string_view (#872)
Show description for 2a6e6b3
lemire
authored
2a6e6b3
View commit details
Copy full SHA for 2a6e6b3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.