Yuxiang Liu
Yuxiang Liu
may be some benefits, like concurrent client (mysql, redis...) and reduce framework(like laravel) initialization overhead. Because swoole is memory-resident so there is no need to initialize the framework for each...
Exactly the same.There are all php-cli.I'm not sure if there's a framework like laravel-react, but I think create runtimes for them is very similar swoole provide binary package to deployment...
make sense. swoole will support fastcgi in the future,I don't think bref needs to modify anything to use swoole, right?
I'm doing something similar(thanks to your llvm binding). both AOT and JIT need to be compile to llvm bytecode first. But I changed my mind, using AOT for dynamic language...
Because I can't know which prefixes are needed (unless traverse all documents once before build FST) The documents are from user post contents, will query all data from database and...
for example, we have a set: {"ab", "abc", "abd", "abe", "abf", "ac", "ad"} we can only insert "ab" to fst and drop all others except "ad" because of it has...
> You have to do this anyway, because an FST requires providing the keys in lexicographic order. So you need to know all of your keys before you start building...
Can we use `nm`? both linux and macos have this command. `nm libLLVM.dylib`
I tried a workaround and it works good. Just build a NotificationListener and get the body's overscroll extent, then you can change the SliverAppBar's expandHeight to yourExpandHeight + overscrollExtent, it...