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
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 }}
topameng
/
tolua
Public
Notifications
You must be signed in to change notification settings
Fork
865
Star
3.1k
Code
Issues
35
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Releases
1.0.7.373
发布说明
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
topameng
released this
04 Sep 04:08
·
226 commits
to master since this release
1.0.7.373
a752ce2
新增
支持包含默认参数函数导出
模板支持,LuaFunction.Call 函数通过模板优化,无任何GC
LuaThread 无GC版本
新的模板方式LuaTable<K, V>. 对于统一的key和value类型可以做到无GC访问
LuaState可直接调用一个lua函数,不生成临时的LuaFunction
LuaTable 增加Get RawGet等无GC获取
增加了struct类型自行扩展机制,通过自行扩展注入到tolua系统,快速无GC转换c#结构类型到lua table
优化
重载函数参数匹配优化,提高了重载函数访问速度
event优化,AddListener和RemoveListener 性能有极大提升
优化了Physics.RayCast调用速度, 以及Check数组优化速度外加扩充
list.lua 优化
修复
64位除0问题
luajit不会因64位分配内存地址报not enough memory
You can’t perform that action at this time.