PulseAugur
实时 09:51:34
实体 Double-Array Trie

Double-Array Trie

PulseAugur coverage of Double-Array Trie — every cluster mentioning Double-Array Trie across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
1
90 天内 1
发布 · 30天
0
90 天内 0
论文 · 30天
1
90 天内 1
层级分布 · 90 天
主题
情绪 · 30 天

1 天有情绪数据

最近 · 第 1/1 页 · 共 1 条
  1. TOOL · CL_129108 ·

    新的FastText变体使用高级数据结构大幅减少内存使用

    研究人员开发了一种内存高效的FastText变体,FastText是生成词表示的流行工具。这种新方法用双数组Trie索引取代了传统的哈希桶,并采用标记-压缩内存管理来压缩n-gram矩阵。该方法显著降低了内存使用和模型加载时间,同时保持了下游质量,使其适用于LLM时代检索系统。