Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. Usenet
  3. COMP.LANG.PASCAL.MISC
  • About hash function collision and scalability..

    From World90@21:1/5 to All on Wed Dec 23 10:53:27 2020
    Hello..


    About hash function collision and scalability..

    About Birthday’s
    paradox(https://en.wikipedia.org/wiki/Birthday_problem): Wikipedia gives
    us an approximation to the collision probability assuming that the
    number of objects r is much smaller than the number of possible values
    N: 1-exp(-r**2/(2N)).

    This is a so important result, since my good 32 bit hash functions
    in my following software projects can attain only a probability of 50%
    for a collision at around 77000 cores and and 77000 threads, so it is
    good for scalability even if i am not using a good 64 bit hash function,
    (but i will soon upgrade them to a good 64 bit hash function),
    so here is my following software projects:

    My scalable parallel varfiler here:

    https://sites.google.com/site/scalable68/scalable-parallel-varfiler

    And my parallel C++ and Delphi implementations of conjugate gradient
    sparse linear system solver libraries that scales very well here:

    https://sites.google.com/site/scalable68/scalable-parallel-c-conjugate-gradient-linear-system-solver-library

    https://sites.google.com/site/scalable68/scalable-parallel-implementation-of-conjugate-gradient-sparse-linear-system-solver

    And my scalable RWLock that works across processes and threads here:

    https://sites.google.com/site/scalable68/scalable-rwlock-that-works-accross-processes-and-threads

    And my Parallel HashList that scales well here:

    https://sites.google.com/site/scalable68/scalable-parallel-hashlist



    Thank you,
    Amine Moulay Ramdane.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • Who's Online

  • Recent Visitors

    • Bob Worm
      Mon Sep 15 15:42:34 2025
      from Wales, Uk via Telnet
    • Gretchiie
      Mon Sep 15 05:16:29 2025
      from Derry, Nh via Telnet
    • Fred Blogs
      Mon Sep 15 00:03:12 2025
      from Uk via SSH
    • Plume
      Sun Sep 14 09:34:52 2025
      from Uk via Raw
    • Gretchiie
      Sun Sep 14 06:07:30 2025
      from Derry, Nh via Telnet
    • Thlc
      Sat Sep 13 17:11:34 2025
      from Rognac, France via Telnet
    • Thlc
      Sat Sep 13 17:04:03 2025
      from Rognac, France via Telnet
    • Thlc
      Sat Sep 13 16:32:19 2025
      from Rognac, France via SSH
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 546
    Nodes: 16 (2 / 14)
    Uptime: 08:33:05
    Calls: 10,388
    Calls today: 3
    Files: 14,061
    Messages: 6,416,833
    Posted today: 1

© >>> Magnum BBS <<<, 2025