365
        you are viewing a single comment's thread
view the rest of the comments
    
  
  
    view the rest of the comments
        this post was submitted on 11 Feb 2025
        
  
      
  
      365 points (100.0% liked)
      Technology
    76466 readers
  
      
      2512 users here now
  
      This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
        founded 2 years ago
      
  
  
      MODERATORS
      
  
    
It's really not. Just because they describe their algorithm in computer science terms in the paper, doesn't mean it's theoretical. Their elastic and funnel examples are very clear and pretty simple and can be implemented in any language you like..
Here's a simple python example implementation I found in 2 seconds of searching: https://github.com/sternma/optopenhash/
Here's a rust crate version of the elastic hash: https://github.com/cowang4/elastic_hash_rs
It's not a lot of code to make a hash table, it's a common first year computer science topic.
What's interesting about this isn't that it's a complex theoretical thing, it's that it's a simple undergrad topic that everybody thought was optimised to a point where it couldn't be improved.
When you have a paper that's pretty much a succession of "Lemma:" "Proof:" "Theorem:" and "Proof:" and no benchmark chart then yes it's a theoretical one.