Y
Hacker News
new
|
ask
|
show
|
jobs
by
user3939382
116 days ago
exec(‘c program that does the parsing’);
Where do I get my prize? ;)
1 comments
brentroose
116 days ago
The FAQ states that solutions like FFI are not allowed because the goal is to solve it with PHP :)
link
kpcyrd
116 days ago
What about using the filesystem as an optimized dict implementation?
link
olmo23
116 days ago
this is never going to be faster because it requires syscalls
link
kpcyrd
116 days ago
The time you lose at the syscall boundary you may be able to win back during much shorter GC pauses.
link
cess11
116 days ago
Some suggestions that are already in the PR list disable GC.
https://www.php.net/manual/en/function.gc-disable.php
link