Skip to content

Optimize Minecraft Bedrock Server by hot function rewriting and auto inlining

License

Notifications You must be signed in to change notification settings

whoismek/Rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket

Optimize Minecraft Bedrock Server by hot function rewriting, simply auto inlining,and fast math enabling.

fast install:
ln ../bedrock_server . -s
sh run.sh
cp server.out ..
cd ..
LD_LIBRARY_PATH=. ./server.out

Complie Rocket:
g++ -Ofast -march=native rock2.cpp LDasm.c -o rocket
Complie optimize:
gcc -Ofast -march=native optim.cpp -o optiserver

Run Rocket:
./rocket
Run Server:
./server.out
Hint:
for better performance,consider using https://github.com/Sysca11/bdlauncher with "opti.so"

usage:
gcc -Ofast -march=native optim.cpp -o optiserver
./rocket
output:
./server.out

About

Optimize Minecraft Bedrock Server by hot function rewriting and auto inlining

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published