Skip to content
New issue

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

【文章自荐】Web 文件系统(OPFS 及工具)介绍 #4189

Open
hughfenghen opened this issue Mar 27, 2024 · 0 comments
Open

【文章自荐】Web 文件系统(OPFS 及工具)介绍 #4189

hughfenghen opened this issue Mar 27, 2024 · 0 comments
Labels

Comments

@hughfenghen
Copy link

文章链接:https://hughfenghen.github.io/posts/2024/03/14/web-storage-and-opfs/

文件系统是往往是构建大型软件的基石之一,很长一段时间 Web 平台因缺失成熟的文件系统成为构建大型软件的阻碍,如今 OPFS 可弥补这一缺憾。

本文介绍 OPFS 背景和基本使用方法、使用过程中的注意事项;
及如何配合 opfs-toolsopfs-tools-explorer 两个开源项目,充分发挥 OPFS 的性能与开发效率;
还对比分析了 OPFS 主线程、Worker 与 indexeddb 的读写性能数据。

  • opfs-tools 基于 OPFS 封装提供简洁的 API,优雅高效地操作文件
  • opfs-tools-explorer可视化管理 OPFS 资源,提升开发调试效率

image

@ruanyf ruanyf added the weekly label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants