index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perllib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-26
phash.sh: Use int() for the size of the hash table
H. Peter Anvin
1
-1
/
+1
2010-11-07
Fix Perl deprecation warnings.
Victor van den Elzen
1
-1
/
+1
2010-09-22
phash: move sample function to the sample file
H. Peter Anvin
1
-26
/
+0
2010-02-18
phash.ph: we haven't required the Graph module for a long time
H. Peter Anvin
1
-2
/
+0
2008-05-25
phash: canonicalize order, fix handling of ignored duplicates
H. Peter Anvin
1
-1
/
+4
2008-05-25
phash: allow collisions if the hash target is the same
H. Peter Anvin
1
-1
/
+1
2008-05-25
phash: massively speed up the perfect hash generator
H. Peter Anvin
23
-10963
/
+50
2008-05-20
phash: cut random vector set down a bit
H. Peter Anvin
2
-195
/
+3
2007-10-02
Use the crc64 we already use as the perfect hash function prehash
H. Peter Anvin
4
-156
/
+442
2007-09-18
Change the token prehash function for better convergence
H. Peter Anvin
1
-2
/
+2
2007-09-12
phash: Tell the user when the graph is OK
H. Peter Anvin
1
-2
/
+2
2007-09-12
phash: Be a bit more aggressive about trying to make a small hash
H. Peter Anvin
1
-1
/
+1
2007-09-02
phash.ph: yet another attempt at getting Perl to behave, arithmetically
H. Peter Anvin
1
-7
/
+15
2007-09-02
phash.ph: remove some stale code
H. Peter Anvin
1
-9
/
+0
2007-09-02
Force use of integer values for generating hash keys.
Chuck Crayne
1
-2
/
+4
2007-08-31
phash: don't rely on the build platform Perl version of rand()
H. Peter Anvin
3
-58
/
+168
2007-08-31
tokhash: Speed up the rejection of unhashed values
H. Peter Anvin
1
-3
/
+9
2007-08-30
phash.ph: use a bipartite graph to reduce the storage requirements
H. Peter Anvin
1
-13
/
+19
2007-08-30
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
1
-2
/
+4
2007-08-30
phash.ph: more powerful prehashing
H. Peter Anvin
1
-14
/
+20
2007-08-30
Make the perfect hash generator an includable module
H. Peter Anvin
1
-0
/
+260
2007-08-29
Add README file
H. Peter Anvin
1
-0
/
+5
2007-08-29
Create a Perl library directory, and add the Graph module to it
H. Peter Anvin
22
-0
/
+10912