This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
radare2
Watch
1
Star
0
Fork
0
You've already forked radare2
mirror of
https://github.com/radareorg/radare2.git
synced
2024-12-26 07:17:01 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
f64b082bd2
radare2
/
libr
/
util
/
uht64.c
8 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
New io.buffer cache system and refactorized RHashTable Implement io.buffer for fast IO (work in progress) Rewrite util/cache.c and use it form io/buffer.c Refactor util/ht.c and util/ht64.c to reuse code Various minor fixes in RIO api cache.c must be rewritten into r_buf for
2013-01-12 03:29:45 +00:00
#
ifndef _INCLUDE_HT64_H_
#
define _INCLUDE_HT64_H_
* Initial import of the hashtable implementation of WayLand - Kinda smart (150LOC) - Fork it for 64bit hash keys (make ht64 in libr/util) * Make RConfig use the RHashTable to resolve by name - Code cleanup resulting in -30LOC - O(1) access to config variables (speedup!) - Make r_list_free and r_list_destroy take sense
2011-03-17 18:05:39 +00:00
New io.buffer cache system and refactorized RHashTable Implement io.buffer for fast IO (work in progress) Rewrite util/cache.c and use it form io/buffer.c Refactor util/ht.c and util/ht64.c to reuse code Various minor fixes in RIO api cache.c must be rewritten into r_buf for
2013-01-12 03:29:45 +00:00
#
define HT64 1
Avoid dupped names in libr_util.a to make emcc happy
2017-01-19 23:06:54 +00:00
#
include
"uht.c"
* Initial import of the hashtable implementation of WayLand - Kinda smart (150LOC) - Fork it for 64bit hash keys (make ht64 in libr/util) * Make RConfig use the RHashTable to resolve by name - Code cleanup resulting in -30LOC - O(1) access to config variables (speedup!) - Make r_list_free and r_list_destroy take sense
2011-03-17 18:05:39 +00:00
#
endif
Reference in New Issue
Copy Permalink