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 }}
ceifa
/
wasmoon
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
55
Star
697
Code
Issues
17
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Autoresearch heapsort bench 2026 03 13
- #147
#147
Closed
ceifa
wants to merge 9 commits into
new-apis-2
ceifa/wasmoon:new-apis-2
from
autoresearch-heapsort-bench-2026-03-13
ceifa/wasmoon:autoresearch-heapsort-bench-2026-03-13
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Closed
Autoresearch heapsort bench 2026 03 13
#147
ceifa
wants to merge 9 commits into
new-apis-2
ceifa/wasmoon:new-apis-2
from
autoresearch-heapsort-bench-2026-03-13
ceifa/wasmoon:autoresearch-heapsort-bench-2026-03-13
Copy head branch name to clipboard
Commits
Commits on Mar 13, 2026
Add autoresearch setup for heapsort benchmark
ceifa
committed
9f511ca
View commit details
Copy full SHA for 9f511ca
Browse repository at this point
Baseline: focused heapsort benchmark via autoresearch.sh (build + fresh state + loadstring + execute returned function)\n\nResult: {"status":"keep","wasmoon_heapsort_avg_ms":14.775872}
ceifa
committed
0411406
View commit details
Copy full SHA for 0411406
Browse repository at this point
Bind luaL_loadstring with string|number so long Lua chunks use a direct UTF-8 buffer path instead of generic ccall string marshaling\n\nResult: {"status":"keep","wasmoon_heapsort_avg_ms":13.135759}
ceifa
committed
9c864c7
View commit details
Copy full SHA for 9c864c7
Browse repository at this point
Call exported wasm functions directly for lua_callk/lua_pcallk when available, bypassing ccall on hot numeric-only call paths\n\nResult: {"status":"keep","wasmoon_heapsort_avg_ms":12.001671}
ceifa
committed
085fc65
View commit details
Copy full SHA for 085fc65
Browse repository at this point
Commits on Mar 14, 2026
Call exported wasm luaL_loadstring directly with a manually allocated UTF-8 buffer, avoiding ccall overhead on the hot chunk-load path\n\nResult: {"status":"keep","wasmoon_heapsort_avg_ms":11.751988}
ceifa
committed
9a1c9e4
View commit details
Copy full SHA for 9a1c9e4
Browse repository at this point
Retarget autoresearch to wasm build optimization
ceifa
committed
46d08e6
View commit details
Copy full SHA for 46d08e6
Browse repository at this point
Baseline for wasm-build-focused session: default release emcc flags rebuilt from scratch, then focused heapsort benchmark\n\nResult: {"status":"keep","wasmoon_heapsort_avg_ms":12.639066}
ceifa
committed
d6332fa
View commit details
Copy full SHA for d6332fa
Browse repository at this point
Switch release wasm build from -O3 to -O2; this reduced runtime, build time, and wasm size on the heapsort workload\n\nResult: {"status":"keep","wasmoon_heapsort_avg_ms":11.794092}
ceifa
committed
16917a0
View commit details
Copy full SHA for 16917a0
Browse repository at this point
research
ceifa
committed
f5982c8
View commit details
Copy full SHA for f5982c8
Browse repository at this point
You can’t perform that action at this time.