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
src
on
pipeline
User selector
All users
All time
Commit history
Commits on Sep 26, 2019
Make 4-stage pipeline: read, scan, strings, output
jkeiser
committed
8c1f4b5
View commit details
Copy full SHA for 8c1f4b5
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Split find_structural_bits into pipeline functions
jkeiser
committed
6b93906
View commit details
Copy full SHA for 6b93906
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
Nest the cnt > 16 branch inside cnt > 8
jkeiser
committed
0b5d1d0
View commit details
Copy full SHA for 0b5d1d0
View code at this point
Browse repository at this point
Reorder and unroll+interleave stage 1 loop
jkeiser
committed
880e892
View commit details
Copy full SHA for 880e892
View code at this point
Browse repository at this point
Mark branches as likely/unlikely
jkeiser
committed
060b622
View commit details
Copy full SHA for 060b622
View code at this point
Browse repository at this point
Decrease dependencies in stage 1
Show description for 77c59e7
jkeiser
committed
77c59e7
View commit details
Copy full SHA for 77c59e7
View code at this point
Browse repository at this point
Commits on Sep 23, 2019
De-unroll the flatten_bits loops
jkeiser
committed
156fe7b
View commit details
Copy full SHA for 156fe7b
View code at this point
Browse repository at this point
Simplify flatten_bits
Show description for f2e9040
jkeiser
committed
f2e9040
View commit details
Copy full SHA for f2e9040
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Fix Typo (#311)
Show description for 462858e
opethe1st
authored and
lemire
committed
462858e
View commit details
Copy full SHA for 462858e
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
Use simd_input generic methods for utf8 checking (#301)
Show description for f7e8936
jkeiser
authored and
lemire
committed
f7e8936
View commit details
Copy full SHA for f7e8936
View code at this point
Browse repository at this point
Accept large unsigned integers (#295)
Show description for c1f27fb
saka1
authored and
lemire
committed
c1f27fb
View commit details
Copy full SHA for c1f27fb
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Use non-interleaved map() to make structurals clearer (#304)
jkeiser
authored and
lemire
committed
7f249cd
View commit details
Copy full SHA for 7f249cd
View code at this point
Browse repository at this point
Commits on Aug 26, 2019
Add MAP_CHUNKS2, make parameter name related to input
jkeiser
committed
f4fa5b7
View commit details
Copy full SHA for f4fa5b7
View code at this point
Browse repository at this point
Use map() to interleave instructions for parallelism
jkeiser
committed
169568c
View commit details
Copy full SHA for 169568c
View code at this point
Browse repository at this point
Use map().to_bitmask() instead of build_bitmask()
jkeiser
committed
9cc4ddf
View commit details
Copy full SHA for 9cc4ddf
View code at this point
Browse repository at this point
Add AMD64 build_bitmask
jkeiser
committed
441963c
View commit details
Copy full SHA for 441963c
View code at this point
Browse repository at this point
Remove static modifiers
jkeiser
committed
da0f1ca
View commit details
Copy full SHA for da0f1ca
View code at this point
Browse repository at this point
Genericize bitmask building to make algorithms clearer
jkeiser
committed
b012225
View commit details
Copy full SHA for b012225
View code at this point
Browse repository at this point
Commits on Aug 21, 2019
Move architecture-specific headers to src/ (#287)
Show description for 585f84a
jkeiser
authored and
lemire
committed
585f84a
View commit details
Copy full SHA for 585f84a
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Fix condition in ParsedJson::allocate_capacity(). (#283)
vitlibar
authored and
lemire
committed
e9be643
View commit details
Copy full SHA for e9be643
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
No allocation in the iterator's constructor (#276)
Show description for 6a2728e
vitlibar
authored and
lemire
committed
6a2728e
View commit details
Copy full SHA for 6a2728e
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
This gets rid of the silly ALLOW_SAME_PAGE_BUFFER_OVERRUN (#268)
lemire
authored
3fb8250
View commit details
Copy full SHA for 3fb8250
View code at this point
Browse repository at this point
Commits on Aug 8, 2019
Make dynamic dispatch free of TSan warnings (#256)
vitlibar
authored and
lemire
committed
0b927f0
View commit details
Copy full SHA for 0b927f0
View code at this point
Browse repository at this point
Use direct call to templated flatten_bits instead of if (#262)
Show description for f3c3afd
jkeiser
authored and
lemire
committed
f3c3afd
View commit details
Copy full SHA for f3c3afd
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
Make headers show up in Header Files in VS2019 (#257)
jkeiser
authored and
lemire
committed
b1beacd
View commit details
Copy full SHA for b1beacd
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Fix Intellisense errors opening .h files on VS2019 (#253)
jkeiser
authored and
lemire
committed
d9a0e2b
View commit details
Copy full SHA for d9a0e2b
View code at this point
Browse repository at this point
Replace macros by include files (#236) (#248)
Show description for 2a24567
ioioioio
authored
2a24567
View commit details
Copy full SHA for 2a24567
View code at this point
Browse repository at this point
Hiding the pointer away... (#252)
Show description for 99a153d
lemire
authored
99a153d
View commit details
Copy full SHA for 99a153d
View code at this point
Browse repository at this point
Commits on Aug 1, 2019
Adding style scripts. (#243)
Show description for 038b18e
lemire
authored
038b18e
View commit details
Copy full SHA for 038b18e
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
This should fix a warning in Visual Studio.
lemire
committed
d83aef4
View commit details
Copy full SHA for d83aef4
View code at this point
Browse repository at this point
Fix most warnings on VS2019 (#241)
jkeiser
authored and
lemire
committed
bf59ba7
View commit details
Copy full SHA for bf59ba7
View code at this point
Browse repository at this point
Commits on Jul 30, 2019
Style uniformization (#238)
Show description for c2eea8a
ioioioio
authored and
lemire
committed
c2eea8a
View commit details
Copy full SHA for c2eea8a
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
Trying again... (#235)
lemire
authored
771e9cd
View commit details
Copy full SHA for 771e9cd
View code at this point
Browse repository at this point
This should fix master.
lemire
committed
c328afe
View commit details
Copy full SHA for c328afe
View code at this point
Browse repository at this point
Intrinsic-based flatten (#234)
Show description for a53d950
lemire
authored
a53d950
View commit details
Copy full SHA for a53d950
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.