PHP

PHP7.4の新仕様 … PHP RFC: FFI – Foreign Function Interface

投稿日:

PHP7.4の新仕様 FFI,Foreign Function Interface について。Python的な…。
PHP7の時点で既にバイトコードになっていてPHP8からJITによるネイティブ化だったような。
PHP5.xから7.0で劇的に速くなった記憶があり、速度を追求するような機運があるのは確か。

投票システムの不備で”賛成24、反対15,過半数越えだから採択”みたいになり、
その後過半数から2/3に更新された、という経緯から、望まれない仕様なのは確かそう。

WordPressが速くなるのは嬉しいけども不毛すぎ..。
脱PHPが必要。

FFI is one of the features that made Python and LuaJIT very useful for fast prototyping. It allows calling C functions and using C data types from pure scripting language and therefore develop “system code” more productively. For PHP, FFI opens a way to write PHP extensions and bindings to C libraries in pure PHP.

-PHP

Copyright© ikuty.com , 2024 AllRights Reserved Powered by AFFINGER4.