rcarmo 3 days ago

Raw protocol, really. No marshaling, no conversions, none of the overhead from type management you get with modern Python, none of the turtles-all-the-way-down dependencies of NodeJS equivalents. I like it, although I would probably port it back to “lightweight” Python in about half the size :)

1
tardyp 3 days ago

Interesting to see ppl caring about marshalling overhead when working with LLMs

rcarmo 3 days ago

Some of us still prize compute efficiency, especially those who have been using Python for a long time and are contemplating the new kinds of code patterns that have emerged from data science...