V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
jaylee4869
V2EX  ›  分享发现

本科生发现了一种新型哈希表颠覆了姚期智 40 年前的猜想

  •  1
     
  •   jaylee4869 · 220 天前 · 858 次点击
    这是一个创建于 220 天前的主题,其中的信息可能已经有所发展或是发生改变。

    Source

    Quote:

    for this new hash table, the time required for worst-case queries and insertions is proportional to (log x)^2 — far faster than x

    即便是满载(负载因子 100%)的一张哈希表,最差也能实现(log x)^2 时间复杂度的查询,比姚期智提出的理论下限 x 要快很多,(不依赖 hash 表内的负载程度)。基于 Tiny Pointers 实现。

    这是不是意味着很多编程语言内置的哈希表实现将被重写?

    目前尚无回复
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   937 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 19:24 · PVG 03:24 · LAX 12:24 · JFK 15:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.