vultix

Results 47 comments of vultix

I know it's likely much lower priority, but I'd love to see support for Apple Silicon GPUs as well. Perhaps something like wgpu compute shaders could be a relatively easy...

Although there are still regressions, they are almost entirely found in the tiny stress-test benchmarks. Most real-world benchmarks are seeing fantastic improvements! Wonderful work, @bjorn3!

With such huge improvements, how much work would you say is left for MVP?

@bjorn3 Thank you for all of the work you've put into this project! Do you have a patreon, paypal, or some other method available so that those who are interested...

An additional area where things are breaking, I can't do `sma(close, 10).over("ticker")` without getting this error: ``` `keep_name`, `suffix`, `prefix` should be last expression ```

I'm seeing the same problem with both epubs and pdfs

There's a pretty cool working example of this here: https://github.com/vultix/rust-analyzer-wasm To try it out: * Clone the project * Run `cd www & npm install` * Run `npm start` *...

@shepmaster I feel I should clarify, the work is not mine! All of the work is from @matklad. I merely branched off his work and pre-compiled the wasm file to...

What’s the plan for supporting html rendering? This is an important feature for Jupyter, and I can think of a few other use cases for wanting an embedded browser /...

@rgbkrk I have a working proof of concept of embedding a [wry](https://github.com/tauri-apps/wry) webview into GPUI. It's surprisingly simple, and surprisingly performant even with ~100 small webviews in a GPUI scrolling...