• xtrapoletariat@beehaw.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    8 hours ago

    This is quite cool. They shattered a 40 year-old conjecture on map-insertion speed boundaries. To understand the practical impact I have to read the paper, but given their abundance in CS the potential is huge.

    • expr
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 hours ago

      Did you read the article? The claim is that they have invented a new kind of hash table that has vastly improved algorithmic complexity compared to standard hash tables.

      I haven’t read the paper yet, but if what the article claims is true, it could be revolutionary in computer science and open up a ton of doors.

        • expr
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          4 hours ago

          You can read the full paper yourself here: https://arxiv.org/pdf/2501.02305.

          I haven’t had time to fully read it yet, but glancing through, it looks pretty legit.

          This is a graduate computer science student working with accomplished CS faculty at Rutgers and Carnegie Mellon, we aren’t talking about some rando making outlandish claims.

          The thing about theoretical computer science is that, like math, it isn’t subject to the pitfalls of empirical science. It isn’t dependent on reproduction. The proof is provided in the paper, so either it indeed proves what it claims to, or the proof is erroneous, which can readily be refuted.

  • JackbyDev
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 hours ago

    I need to look more into this, I would’ve thought query time on hash tables was already constant.

  • 48954246@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    16 hours ago

    This is very cool news. Would be nice if it had some details on the implementation though

    Time to read the paper I guess

  • P03 Locke@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    6
    ·
    10 hours ago

    “Data structures called hash tables”? Editor thinks this is some arcane little-used data technology.

    Hashes are used in literally every programming language that’s worth using.

    • veroxii@aussie.zone
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 hours ago

      What are you on about? The first paragraph says hash tables are “widely used” and the second says they are “common”.

      “Data structures called hash tables” seems to just be a factual statement of what we’re dealing with, especially for people who are not programmers.

      • JackbyDev
        link
        fedilink
        English
        arrow-up
        4
        ·
        8 hours ago

        It just feels bizarre. You wouldn’t say something like “a car part called a catalytic converter”.

        • oyo@lemm.ee
          link
          fedilink
          English
          arrow-up
          4
          ·
          8 hours ago

          A catalytic converter also might be part of a wood stove. A lay-person may have no idea what a hash table is, or if they are also used in fields other than computer science.

          Why would you specify that it’s a turbo encabulator, everyone knows they’re all turbo.

          • JackbyDev
            link
            fedilink
            English
            arrow-up
            1
            ·
            8 hours ago

            It feels just as odd to say “a component of fuel consuming engines called a catalytic converter”. You’re missing the point.

    • AnotherDirtyAnglo@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 hours ago

      Some of my best, most useful programs sort data from disparate sources into enormous Hash-Of-Hash structures to produce extremely insightful reports. And I wrote the first version 25 years ago.