Join Nostr
2026-03-29 18:06:04 UTC

Alex Gleason on Nostr: >Can you do a cpuprofile? >Sure, I found that CPU is wasted in opensearch client ...

>Can you do a cpuprofile?

>Sure, I found that CPU is wasted in opensearch client because it doesn't use fetch

>Should we rewrite it?

>Sure, I rewrote the entire opensearch client (just the methods we use) with native fetch. Let me do another cpuprofile ... now the overhead is completely gone!