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-13 07:57:35 +00:00
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
db77c97df1
radare2
/
libr
/
util
/
ht64.c
8 lines
90 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
#
include
"ht.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