diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-07-30 16:45:14 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-07-30 16:45:14 +0200 |
commit | 49ba9b1409a9c36d9d1019c74afc7b5e8d3c5d84 (patch) | |
tree | f27ba1503b9f0ae589a75b6bf9b5481a78bc9c3b | |
parent | 639f4e66376638e92ead93fe2fbf301780438509 (diff) |
Add links between hurd/libihash and microkernel/viengoos/projects/new_hash_function.
-rw-r--r-- | hurd/libihash.mdwn | 23 | ||||
-rw-r--r-- | microkernel/viengoos/projects/new_hash_function.mdwn | 5 |
2 files changed, 16 insertions, 12 deletions
diff --git a/hurd/libihash.mdwn b/hurd/libihash.mdwn index 39692939..770770c7 100644 --- a/hurd/libihash.mdwn +++ b/hurd/libihash.mdwn @@ -8,9 +8,19 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] - * IRC, unknown channel, unknown date +[[!tag open_issue_hurd]] - [[!tag open_issue_hurd]] + * Hurd libihash + + * old + + * new + + * hurd-l4 libhurd-ihash + + * [[viengoos libhurd-ihash|microkernel/viengoos/projects/new_hash_function]] + + IRC, unknown channel, unknown date <neal> so, we need a new ihash implementation <neal> marcusb: When 80% full, the collision rate is very high. @@ -22,15 +32,6 @@ is included in the section entitled <marcusb> the ihash algo is very simple <marcusb> I'm not even sure it makes much sense to have a generic library - * Hurd libihash - - * old - - * new - - * hurd-l4 libhurd-ihash - - * viengoos libhurd-ihash # Alternatives? diff --git a/microkernel/viengoos/projects/new_hash_function.mdwn b/microkernel/viengoos/projects/new_hash_function.mdwn index 1747511d..d0374720 100644 --- a/microkernel/viengoos/projects/new_hash_function.mdwn +++ b/microkernel/viengoos/projects/new_hash_function.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -17,3 +18,5 @@ overhead. Find a better algorithm. There can either be one that is appropriate in the general case or one that works well in a relevant, specific case, e.g., viengoos/object.c uses a hash to find the object corresponding to a frame, which is keyed on its physical address. + +Note that this applies to the Hurd's [[hurd/libihash]], too. |