The Conductor Rewrite: What They Changed to Make It Fast
performance.dev
The Conductor Rewrite: What They Changed to Make It Fast
1–8 of 8 posts
Re: The Conductor Rewrite: What They Changed to Make It Fast
#2Re: The Conductor Rewrite: What They Changed to Make It Fast
#3Re: The Conductor Rewrite: What They Changed to Make It Fast
#4This post is clearly an ad disguised as a technical article, but Conductor is a fantastic tool, so I'd like to post some questions regardless. How can they have product-market fit if this is a free product? How can they know the customers' willingness to pay for it there are no payments? Or has it been tested? How can this be worth a $ 22M series A if its a UX layer on top of Claude that can be easily copied by Anthr…
Re: The Conductor Rewrite: What They Changed to Make It Fast
#5Re: The Conductor Rewrite: What They Changed to Make It Fast
#6Re: The Conductor Rewrite: What They Changed to Make It Fast
#7Surprised to see they kept Tauri. In our experience of using Tauri, it has been a significant source of compatibility and performance issues related to it's use of WebKit and WebKitGTK. So much so that we have started an effort of migrating away from it for our app, in favor of Electron ( https://github.com/gitbutlerapp/gitbutler/tree/master/apps/l... ) The choice was made specifically for the benefit of our users, b…
I'm usually only shipping things for one platform as well, so that helps a lot since I don't have to worry about any cross-platform issues.
I know Opencode also moved away from Tauri and I've seen a few other apps do so too that originally built on top of it. Its a bit sad to see, but I think I've heard the Tauri team is trying to address some of the common issues.
Re: The Conductor Rewrite: What They Changed to Make It Fast
#8Source code: https://github.com/fastrepl/anarlog/tree/d38413681a3c02f5ba3...