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
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 }}
nodejs
/
llparse
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
44
Star
623
Code
Issues
13
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
llparse
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 14, 2026
fix: handle match_mask == 0 in NEON ctzll to avoid undefined behavior
Show description for 8198e69
lalinsky
authored
8198e69
View commit details
Copy full SHA for 8198e69
View code at this point
Browse repository at this point
fix: detect Arm NEON with alternative predefined macro
Show description for 79b033b
OldManYellsAtCloud
authored
79b033b
View commit details
Copy full SHA for 79b033b
View code at this point
Browse repository at this point
fix: correct NEON intrinsics so types check out
jpalus
authored
2f7a264
View commit details
Copy full SHA for 2f7a264
View code at this point
Browse repository at this point
Commits on May 2, 2025
chore: fix ci
indutny
authored
bc1f861
View commit details
Copy full SHA for bc1f861
View code at this point
Browse repository at this point
chore: better UNREACHABLE macro
Show description for 277eaa0
indutny
authored
277eaa0
View commit details
Copy full SHA for 277eaa0
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
fix: speculative execution in wasm
Show description for ce16dd9
indutny
authored
ce16dd9
View commit details
Copy full SHA for ce16dd9
View code at this point
Browse repository at this point
feat: add NEON support on arm64
Show description for 75d26f1
indutny
authored
75d26f1
View commit details
Copy full SHA for 75d26f1
View code at this point
Browse repository at this point
Commits on Apr 19, 2025
feat: add wasm SIMD support
Show description for 4d89e77
indutny
authored
4d89e77
View commit details
Copy full SHA for 4d89e77
View code at this point
Browse repository at this point
Commits on Aug 4, 2024
chore: replace tslint with eslint (#68)
Show description for ae9e466
Uzlopak
authored
ae9e466
View commit details
Copy full SHA for ae9e466
View code at this point
Browse repository at this point
Commits on Aug 3, 2024
fix: remove duplicated line (#63)
Uzlopak
authored
08d16dd
View commit details
Copy full SHA for 08d16dd
View code at this point
Browse repository at this point
fix: remove type assertion (#64)
Uzlopak
authored
b87d6bc
View commit details
Copy full SHA for b87d6bc
View code at this point
Browse repository at this point
fix: import from src/implementation/c/node only once (#65)
Uzlopak
authored
8ad1210
View commit details
Copy full SHA for 8ad1210
View code at this point
Browse repository at this point
chore: set no unchecked indexed access to true (#62)
Uzlopak
authored
00b67cc
View commit details
Copy full SHA for 00b67cc
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
chore: remove unused locals (#61)
Uzlopak
authored
cb1e3d4
View commit details
Copy full SHA for cb1e3d4
View code at this point
Browse repository at this point
Commits on May 12, 2021
c: use proper type coercion in `consume`
Show description for 037dd2f
indutny
committed
037dd2f
View commit details
Copy full SHA for 037dd2f
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
code: introduce `.and()`
indutny
committed
524f28b
View commit details
Copy full SHA for 524f28b
View code at this point
Browse repository at this point
Commits on Jul 13, 2020
src: remove bitcode references
indutny
committed
13b3476
View commit details
Copy full SHA for 13b3476
View code at this point
Browse repository at this point
c: `toLower()` transform
indutny
committed
91fe1b3
View commit details
Copy full SHA for 91fe1b3
View code at this point
Browse repository at this point
compiler: remove bitcode/JS implementations
indutny
committed
4b6ddc8
View commit details
Copy full SHA for 4b6ddc8
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
table-lookup: always pad SSE blobs to prevent OOB (#38)
Show description for c1775a4
indutny
authored
c1775a4
View commit details
Copy full SHA for c1775a4
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
c: fix blobs visibility for SSE4.2
fanatid
authored and
indutny
committed
d3df349
View commit details
Copy full SHA for d3df349
View code at this point
Browse repository at this point
Commits on Jul 8, 2019
c: vectorize table lookups
Show description for 25d4378
indutny
committed
25d4378
View commit details
Copy full SHA for 25d4378
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
c: fix matching of forward slash
Show description for 7fbf50d
indutny
committed
7fbf50d
View commit details
Copy full SHA for 7fbf50d
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
src: generate `esm` by default
indutny
committed
01af715
View commit details
Copy full SHA for 01af715
View code at this point
Browse repository at this point
js: coerce span callback output
indutny
committed
d611add
View commit details
Copy full SHA for d611add
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
src: support JavaScript output
indutny
committed
839b4ba
View commit details
Copy full SHA for 839b4ba
View code at this point
Browse repository at this point
Commits on Nov 20, 2018
c: make `executeSpans` return error
Show description for f6eea30
indutny
committed
f6eea30
View commit details
Copy full SHA for f6eea30
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
span: custom error reasons only
indutny
committed
f63a01c
View commit details
Copy full SHA for f63a01c
View code at this point
Browse repository at this point
Commits on Oct 25, 2018
api: add note
indutny
committed
53964d0
View commit details
Copy full SHA for 53964d0
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
c: fix invokation of `debug` method
indutny
committed
2812565
View commit details
Copy full SHA for 2812565
View code at this point
Browse repository at this point
c: debug logging in Node
indutny
committed
5b7b4fd
View commit details
Copy full SHA for 5b7b4fd
View code at this point
Browse repository at this point
c: `debug` method
indutny
committed
c22b379
View commit details
Copy full SHA for c22b379
View code at this point
Browse repository at this point
Commits on Oct 13, 2018
c: remove extraneous abort
indutny
committed
a845349
View commit details
Copy full SHA for a845349
View code at this point
Browse repository at this point
c: internal/resumable states
indutny
committed
4a49347
View commit details
Copy full SHA for 4a49347
View code at this point
Browse repository at this point
Commits on Oct 12, 2018
bitcode: use `resumptionTargets` from `frontend`
indutny
committed
2eb2419
View commit details
Copy full SHA for 2eb2419
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.