Results 245 comments of l0rinc
trafficstars

Even a single one was causing it - is there a busy wait underneath? A simple animation like this shouldn't cause the overheating. If there is, maybe even a tiny...

Hey @darshankawar, is your change about enabling the hack for the web view? I got the same on iPhone and Android as well. I've provided a tester app where you...

None of them work for me on an M1...

Is there a fork where this was merged?

I've opened a similar issue proposing to remove all of these inconsistent and hard to maintain headers and replace them with simple SPDX-License-Identifier https://github.com/bitcoin/bitcoin/issues/29445

> Also, potential improvements like #28945 will make up for it. It seems https://github.com/bitcoin/bitcoin/pull/28945#issuecomment-2081170953 was abandoned since

https://github.com/bitcoin/bitcoin/pull/29394 is merged, anything else to do here?

I haven't seen the papers, seems I've reinvented the linearithmic byte pair merge which I've contributed back to tiktoken and jtokkit, see: - https://github.com/openai/tiktoken/pulls?q=is%3Apr+author%3Apaplorinc - https://github.com/knuddelsgmbh/jtokkit/pulls?q=+is%3Apr+author%3Apaplorinc

You can avoid the regex completely, see my parser for JTokkit: https://github.com/knuddelsgmbh/jtokkit/pull/77/files#diff-4836953d74c2e15ea9fb4c739ec54dfa0709682d04c237e46f7ca9af6630cdaa

No, it's just magnitudes faster than the implementation here, but produces the exact same output as tiktoken