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
tests
basictests.cpp
on
master
User selector
All users
All time
Commit history
Commits on Jul 13, 2020
Returning basictests to its original function: basic tests (only) (#1010)
Show description for 039d82f
lemire
and
Daniel Lemire
authored
039d82f
View commit details
Copy full SHA for 039d82f
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Mingw tests (32-bit and 64-bit) (#1004)
lemire
authored
ccc94c9
View commit details
Copy full SHA for ccc94c9
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Merge pull request #958 from simdjson/jkeiser/is
Show description for 2570898
jkeiser
authored
2570898
View commit details
Copy full SHA for 2570898
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
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
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
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
Ok
lemire
committed
5dbcdf1
View commit details
Copy full SHA for 5dbcdf1
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
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
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 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
Make test changes only
jkeiser
committed
efc168f
View commit details
Copy full SHA for efc168f
View code at this point
Browse repository at this point
Add cast_tester.h
jkeiser
committed
d8428f9
View commit details
Copy full SHA for d8428f9
View code at this point
Browse repository at this point
Move test macros to a header
jkeiser
committed
60f17d2
View commit details
Copy full SHA for 60f17d2
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
Avoiding the unused errors.
Daniel Lemire
committed
6537d0d
View commit details
Copy full SHA for 6537d0d
View code at this point
Browse repository at this point
Verifying the bug.
Daniel Lemire
committed
8d60960
View commit details
Copy full SHA for 8d60960
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 11, 2020
Duh.
Daniel Lemire
committed
45e2178
View commit details
Copy full SHA for 45e2178
View code at this point
Browse repository at this point
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 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
Add tests for parse_many() errors
jkeiser
committed
c4a0fe1
View commit details
Copy full SHA for c4a0fe1
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 May 22, 2020
Using just ASCII. (#899)
Show description for 12150ba
lemire
authored
12150ba
View commit details
Copy full SHA for 12150ba
View code at this point
Browse repository at this point
Commits on May 4, 2020
Fix CRT_SECURE warnings in clang
jkeiser
committed
5312fd3
View commit details
Copy full SHA for 5312fd3
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Make checkperf work on Windows (#799)
Show description for 0e6ea76
jkeiser
authored
0e6ea76
View commit details
Copy full SHA for 0e6ea76
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 17, 2020
Run fewer redundant steps and configs in CI
jkeiser
committed
ff09b6c
View commit details
Copy full SHA for ff09b6c
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
Previous
Next
You can’t perform that action at this time.