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
benchmark
on
master
User selector
All users
All time
Commit history
Commits on Aug 1, 2020
Turns out that passing dom::element by reference can be a performance killer. (#1086)
Show description for 2f92a34
lemire
authored
2f92a34
View commit details
Copy full SHA for 2f92a34
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Adding a couple of tests.
lemire
committed
84dc398
View commit details
Copy full SHA for 84dc398
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
This removes the crazy alignment requirements. (#1073)
Show description for f80668e
lemire
authored
f80668e
View commit details
Copy full SHA for f80668e
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
This adds a validation benchmark (#1040)
lemire
authored
af18d5e
View commit details
Copy full SHA for af18d5e
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Fixing clang under visual studio (#1028)
Show description for d0ce2f0
lemire
and
Daniel Lemire
authored
d0ce2f0
View commit details
Copy full SHA for d0ce2f0
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
Adding warning message.
lemire
committed
29e744f
View commit details
Copy full SHA for 29e744f
View code at this point
Browse repository at this point
Disabling perfcheck for ninja
lemire
committed
515b87b
View commit details
Copy full SHA for 515b87b
View code at this point
Browse repository at this point
Removing space.
Daniel Lemire
committed
5b4acf1
View commit details
Copy full SHA for 5b4acf1
View code at this point
Browse repository at this point
This should make things even more robust. If .git is not found, just disable all git work.
Daniel Lemire
committed
5fc6cb1
View commit details
Copy full SHA for 5fc6cb1
View code at this point
Browse repository at this point
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 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
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
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
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 17, 2020
Merge pull request #462 from simdjson/jkeiser/if-backslash
Show description for 7339f67
jkeiser
authored
7339f67
View commit details
Copy full SHA for 7339f67
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
New API traversal tests. (#931)
Show description for 7ea05d0
lemire
and
Daniel Lemire
authored
7ea05d0
View commit details
Copy full SHA for 7ea05d0
View code at this point
Browse repository at this point
Adding link.
Daniel Lemire
committed
33930ff
View commit details
Copy full SHA for 33930ff
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
New API traversal tests.
Daniel Lemire
committed
d1a5424
View commit details
Copy full SHA for d1a5424
View code at this point
Browse repository at this point
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
Added std::minify
Daniel Lemire
committed
1b6258e
View commit details
Copy full SHA for 1b6258e
View code at this point
Browse repository at this point
Print progress bar even if there is only one file
jkeiser
committed
7c6723d
View commit details
Copy full SHA for 7c6723d
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
Exposing the string minifier.
Daniel Lemire
committed
a6e4933
View commit details
Copy full SHA for a6e4933
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
Merge pull request #903 from simdjson/jkeiser/dom-parser-implementation
Show description for ae6dddf
jkeiser
authored
ae6dddf
View commit details
Copy full SHA for ae6dddf
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
Reuse stored buf and len from parser
jkeiser
committed
6a71b24
View commit details
Copy full SHA for 6a71b24
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
The "competition tests" are being made portable (#907)
Show description for 2fe2dd1
lemire
authored
2fe2dd1
View commit details
Copy full SHA for 2fe2dd1
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
Commits on May 15, 2020
Obvious fix. (#885)
lemire
authored
8927a05
View commit details
Copy full SHA for 8927a05
View code at this point
Browse repository at this point
Commits on May 5, 2020
Make benchfeatures work again
jkeiser
committed
8c600ca
View commit details
Copy full SHA for 8c600ca
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.