自索引(和传统索引)算法 - 实现和建议分享​​?

发布于 2024-08-20 06:26:33 字数 149 浏览 5 评论 0原文

作为研究项目的一部分,我目前正在寻找自索引算法的开源实现,即传统倒排索引的压缩形式,产生良好的特性,例如更快的查找和/或更少消耗的空间。

您知道自索引算法的任何开源实现吗?您对索引算法或数据结构还有其他有趣的看法可以分享吗?

欢迎所有语言和许可证变体。

As part of a research project I'm currently looking for open-source implementations of self-indexing algorithms, i.e. a compressed form of the traditional inverted index yielding nice characteristics such as faster lookup and/or less consumed space.

Do you know of any open-source implementations of self-indexing algorithms? Do you have other interesting takes on indexing algorithms or data structures to share?

All languages and license variants are welcome.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

唐婉 2024-08-27 06:26:33

这是一个很好的关于自索引的介绍性演示 (PDF)。

灰色世界里的红玫瑰 2024-08-27 06:26:33

看看这个页面:http://pizzachili.dcc.uchile.cl/,它提供了很多这些索引的现有实现。

该页面的一些背景和描述可以在本文中找到:http://dl. acm.org/itation.cfm?id=1455268

Look at this page: http://pizzachili.dcc.uchile.cl/, it offers a lot of the existing implementations for those indexes.

Some background and a description of the page can be found in this paper: http://dl.acm.org/citation.cfm?id=1455268

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文