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

    • Andrew Andrew
      Tue Sep 15 02:46:28 2026
      from Chicago, Il via Telnet
    • Netmages
      Tue Sep 15 01:13:15 2026
      from Santiago, Chile via SSH
    • Rixter
      Tue Sep 15 00:01:34 2026
      from Madison, Nc via Telnet
    • Rixter
      Mon Sep 14 12:01:34 2026
      from Madison, Nc via Telnet
    • Bob Worm
      Mon Sep 14 08:34:31 2026
      from Wales, Uk via Telnet
    • Retrojimmyx
      Mon Sep 14 00:27:04 2026
      from Derbyshire via Telnet
    • Rixter
      Mon Sep 14 00:01:35 2026
      from Madison, Nc via Telnet
    • Sam Shaxted
      Sun Sep 13 14:48:09 2026
      from Sittingbourne, Kent via SSH
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 765
    Nodes: 16 (0 / 16)
    Uptime: 03:38:03
    Calls: 12,759
    Calls today: 3
    Files: 15,360
    Messages: 6,556,971

© >>> Magnum BBS <<<, 2026