lisachenko / z-engine

:zap: PHP Engine Direct API
MIT License
448 stars 22 forks source link

Implement definition preloading with FFI preload mode #12

Closed lisachenko closed 4 years ago

lisachenko commented 4 years ago

Preload mode can significantly improve the overall performance of this library, as we can load definitions only once during start-up, thus can optimize bootstrap time significantly.