Live data from Hacker News

Appflowy proves Rust is a great language to build end user apps

tomaszs2.medium.com

1–4 of 4 posts

Re: Appflowy proves Rust is a great language to build end user apps

#2
Appflowy has extremely poor performance. Both in terms of loading large files and RAM usage. See my performance comparison of block editors[1]:

I've built a block editor using Qt C++ and QML that is vastly more performant[2].

As you can see, Appflowy probably even has a memory leak, causing the memory to grow indefinitely in my test.

[1] https://imgur.com/ZL5QCS0

[2] https://www.get-plume.com/

Re: Appflowy proves Rust is a great language to build end user apps

#3

Appflowy has extremely poor performance. Both in terms of loading large files and RAM usage. See my performance comparison of block editors[1]: I've built a block editor using Qt C++ and QML that is vastly more performant[2]. As you can see, Appflowy probably even has a memory leak, causing the memory to grow indefinitely in my test. [1] https://imgur.com/ZL5QCS0 [2] https://www.get-plume.com/

Thanks for the info. It's an exciting project!