- Notifications
You must be signed in to change notification settings - Fork2
High performance extension that implements parts of PocketMine-MP (PMMP) with Zephir
License
organization/RapidPM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
High-performance PHP extension that implements parts ofPocketMine-MP withZephir.
Why should we useRapidPM?
The most used server software for"Minecraft: Bedrock Edition" isPocketMine-MP, which is written inPHP.
PocketMine-MP requires massive resource because of the nature of the game server, but PHP causes the slow-down issues for this.
Theonly way to fix this issue is to eradicating the rotten root:escaping from PHP andrewriting the code into another language.
RapidPM will do this for you.
Seethis comment.
WhyZephir?
Zend API ofPHP isvery difficult to handle and C ismemory-unsafe.
Our solution to fix this issue is writing the code withZephir, anintuitive andmemory safety ensured language.
This project is licensed underGPL-3.0. See theLICENSE file for more information.
About
High performance extension that implements parts of PocketMine-MP (PMMP) with Zephir