BSD license compatible hash algorithm?
- From: Garrett Cooper <youshi10@xxxxxxxxxxxxxxxx>
- Date: Thu, 27 Dec 2007 16:30:40 -0800
Hi all,
Just wondering if anyone knew of a good BSD license compatible key- based hash placement / retrieval algorithm that was available anywhere.
I'm looking for a reliable way to lookup objects to see if a given action would be performed in my revised pkg_install(1), to thus efficiently pre-plan out the installation dependencies and fully utilize multiprocessing capabilities of contemporary machines / eliminate duplicate dependency install requirements.
I know I can use tree structures or hash(3), but I want to avoid trees (inefficient with large data sets of course) and I was looking for a non-BDB based solution (for right now, with this given structure as I don't want to write everything to disk). Later on it might be a good idea to cache the results using BDB on disk, but for now I was just wondering if there were any non-BDB based hashing solutions that anyone knew of.
Thanks,
-Garrett
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: BSD license compatible hash algorithm?
- From: Brooks Davis
- Re: BSD license compatible hash algorithm?
- From: Garrett Cooper
- Re: BSD license compatible hash algorithm?
- Prev by Date: Re: printing boot probe messages
- Next by Date: Re: BSD license compatible hash algorithm?
- Previous by thread: OT: C++ Template Functions
- Next by thread: Re: BSD license compatible hash algorithm?
- Index(es):
Relevant Pages
- Re: BSD license compatible hash algorithm?
... I know I can use tree structures or hash, but I want to avoid trees ... want
to write everything to disk). ... there were any non-BDB based hashing solutions
that anyone knew of. ... (freebsd-hackers) - Re: BSD license compatible hash algorithm?
... Just wondering if anyone knew of a good BSD license compatible key- based hash placement
/ retrieval algorithm that was available anywhere. ... I know I can use tree structures or hash,
but I want to avoid trees and I was looking for a non-BDB based solution (for right now, with
this given structure as I don't want to write everything to disk). ... Later on
it might be a good idea to cache the results using BDB on disk, but for now I was just wondering if there
were any non-BDB based hashing solutions that anyone knew of. ... (freebsd-hackers) - Re: BSD license compatible hash algorithm?
... want to write everything to disk). ... there were any non-BDB based hashing
solutions that anyone knew of. ... If possible (and this is lower prio because FreeBSD has a lot
more apps available as pkgs / ports compared to Win32), I'm looking for a solution that
would be easily portable, as I'm trying to effectively kill two birds with one stone by programming an
equivalent generalized app / infrastructure for my current job, and maybe for open market as well.
... (freebsd-hackers)