TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GoToSocial WASM-based SQLite driver and BSD

67 点作者 jaypatelani6 个月前

1 comment

ncruces6 个月前
I&#x27;m the developer of the Wasm driver mentioned in the article: <a href="https:&#x2F;&#x2F;github.com&#x2F;ncruces&#x2F;go-sqlite3">https:&#x2F;&#x2F;github.com&#x2F;ncruces&#x2F;go-sqlite3</a><p>The v0.20.x series (I just released v0.20.1) should improve this <i>significantly</i>.<p>The driver was reserving lots of <i>address space</i> (with a protected, private, anonymous mapping) which doesn&#x27;t play well with VMs and OSes that don&#x27;t like to overcommit. It now reserves much less address space by default, and this can be reduced further.<p>I also brought SQLite WAL mode support to 32-bit archs, to Windows and (through a build tag) to any OS that with an atomic mkdir (used for locking).<p>Happy to discuss here, if you&#x27;re looking for more in depth commentary.