tursodatabase/turso

Feature: per-connection memory allocator configuration

Open

#523 创建于 2024年12月20日

在 GitHub 查看
 (5 评论) (2 反应) (0 负责人)Rust (1,001 fork)github user discovery
enhancementhelp wantedimprovements

仓库指标

Star
 (19,103 star)
PR 合并指标
 (PR 指标待抓取)

描述

I have a use case where I want to specify a custom allocator per connection. (The general form of the use case is to specify an arena allocator for an object that opens its own connection. This occurs in a process that is long lived [an application in my case] and that may spawn multiple concurrent instances/connections.)

In SQLite you can configure a custom allocator at the process level, but not per connection.

贡献者指南