We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
文章链接:https://hughfenghen.github.io/posts/2024/03/14/web-storage-and-opfs/
文件系统是往往是构建大型软件的基石之一,很长一段时间 Web 平台因缺失成熟的文件系统成为构建大型软件的阻碍,如今 OPFS 可弥补这一缺憾。
本文介绍 OPFS 背景和基本使用方法、使用过程中的注意事项; 及如何配合 opfs-tools、opfs-tools-explorer 两个开源项目,充分发挥 OPFS 的性能与开发效率; 还对比分析了 OPFS 主线程、Worker 与 indexeddb 的读写性能数据。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文件系统是往往是构建大型软件的基石之一,很长一段时间 Web 平台因缺失成熟的文件系统成为构建大型软件的阻碍,如今 OPFS 可弥补这一缺憾。
本文介绍 OPFS 背景和基本使用方法、使用过程中的注意事项;
及如何配合 opfs-tools、opfs-tools-explorer 两个开源项目,充分发挥 OPFS 的性能与开发效率;
还对比分析了 OPFS 主线程、Worker 与 indexeddb 的读写性能数据。
The text was updated successfully, but these errors were encountered: