issues
search
Epix-Incorporated
/
Adonis
Roblox Server Administration System
https://adonis.dev
MIT License
308
stars
178
forks
source link
Optimize linkedlists
#1695
Closed
ccuser44
closed
1 week ago
ccuser44
commented
2 weeks ago
Pre-allocate LL -> table conversion table size. Avoids repeated allocations for large tables. Speeds up oldlogs saving
Use a builtin for
table.insert
for the LL -> table conversion
Dimenpsyonal
commented
1 week ago
whoppee
table.insert
for the LL -> table conversion