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
.
iden3
/
ffjavascript
Public
Notifications
You must be signed in to change notification settings
Fork
63
Star
57
Code
Issues
9
Pull requests
15
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Perf & mem optimizations
- #179
#179
Open
OBrezhniev
wants to merge 12 commits into
master
iden3/ffjavascript:master
from
feature/sharedArrayBuffers
iden3/ffjavascript:feature/sharedArrayBuffers
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Perf & mem optimizations
#179
OBrezhniev
wants to merge 12 commits into
master
iden3/ffjavascript:master
from
feature/sharedArrayBuffers
iden3/ffjavascript:feature/sharedArrayBuffers
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2025
Remove multiExp chunking - it works faster without it. Pass array buffers to worker threads instead of arrays (make it compatible with SharedArrayBuffer)
OBrezhniev
committed
e31b669
View commit details
Copy full SHA for e31b669
Browse repository at this point
Create SharedArrayBuffers inside BigBuffer
OBrezhniev
committed
1d08653
View commit details
Copy full SHA for 1d08653
Browse repository at this point
Commits on Sep 13, 2025
Increase max size for underlying buffer of BigBuffer when run in nodejs
OBrezhniev
committed
5524d2d
View commit details
Copy full SHA for 5524d2d
Browse repository at this point
Fallback to old slicing logic when buffers are not SharedArrayBuffers
OBrezhniev
committed
eb5ffe1
View commit details
Copy full SHA for eb5ffe1
Browse repository at this point
Commits on Sep 22, 2025
Error handling in workers. Terminate on worker error. Linter fixes
OBrezhniev
committed
ee037e6
View commit details
Copy full SHA for ee037e6
Browse repository at this point
Remove passing shared array buffers in one chunk.
Show description for 8c51af0
OBrezhniev
committed
8c51af0
View commit details
Copy full SHA for 8c51af0
Browse repository at this point
Commits on Sep 25, 2025
MultiExp:
Show description for af3b168
OBrezhniev
committed
af3b168
View commit details
Copy full SHA for af3b168
Browse repository at this point
Better error handling in threadman
OBrezhniev
committed
9ca91e4
View commit details
Copy full SHA for 9ca91e4
Browse repository at this point
Commits on Sep 26, 2025
Transfer buffer ownership to worker threads everywhere else
OBrezhniev
committed
6b39fc1
View commit details
Copy full SHA for 6b39fc1
Browse repository at this point
Commits on Dec 3, 2025
Rollback usage of SharedArrayBuffer. Change var to let in tests.
OBrezhniev
committed
b645924
View commit details
Copy full SHA for b645924
Browse repository at this point
Commits on Feb 10, 2026
Switch to dynamic import for prebuilt and gzip packed wasm from wasmcurves
OBrezhniev
committed
399c45a
View commit details
Copy full SHA for 399c45a
Browse repository at this point
Commits on Jun 20, 2026
Refactor ThreadManager to WorkerSlot identity model with 2-phase termination
Show description for 19a920f
OBrezhniev
committed
19a920f
View commit details
Copy full SHA for 19a920f
Browse repository at this point
You can’t perform that action at this time.