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
      Sun Jun 7 20:58:28 2026
      from Wales, Uk via Telnet
    • Michal Wronka
      Sun Jun 7 19:26:28 2026
      from Wroclaw, Poland via SSH
    • Centurion
      Sun Jun 7 16:59:51 2026
      from Berea, Ohio via Telnet
    • Furryboy
      Sun Jun 7 13:40:29 2026
      from Romania, Galati via SSH
    • Krenn
      Sun Jun 7 10:02:33 2026
      from Sydney, Nsw via Telnet
    • Spearb0y
      Sun Jun 7 07:41:05 2026
      from Massachusetts via SSH
    • Krenn
      Sun Jun 7 03:07:26 2026
      from Sydney, Nsw via Telnet
    • Krenn
      Sun Jun 7 01:30:12 2026
      from Sydney, Nsw via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 715
    Nodes: 16 (2 / 14)
    Uptime: 06:20:47
    Calls: 12,100
    Calls today: 8
    Files: 15,003
    Messages: 6,517,919
    Posted today: 1

© >>> Magnum BBS <<<, 2026