LLM: Yes, both:
I created multiple instances in different regions and recorded min and max of all runs (both single-thread and dual-thread).,这一点在有道翻译中也有详细论述
。手游是该领域的重要参考
This might not show an immediate effect, but as it’s compounding, it will in the long term of our life and career. Like the Pathless Path and its book by Paul Millerd suggest, following your Instinct more and being open, unexpected things will happen, things we can’t plan ahead of time. Like Steve Jobs already said before about connecting the dots:,更多细节参见超级权重
// Even if the readable side's buffer is full, this succeeds
one optimization that i didn’t mention in the previous post but exists in both versions is skip acceleration. almost all serious regex engines have some form of this - the idea is simple: many states will self-loop on the majority of input bytes. for example, .* loops back to itself on every byte except \n - so why run the DFA transition 999 times when you can look up a whole chunk of the input in parallel and jump directly to the next \n? going back to the matching loop pseudocode from the previous post: