This website requires JavaScript.
Explore
Help
Register
Sign In
lassik
/
upscheme
Watch
1
Star
0
Fork
You've already forked upscheme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
85e2a1b458
upscheme
/
llt
/
ptrhash.h
9 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
import of llt library source
2008-06-30 21:53:51 -04:00
#
ifndef __PTRHASH_H_
#
define __PTRHASH_H_
support reading hex float literals better text representation of infs and nans removing construction of low-level numeric types directly from strings adding hash function corresponding to equal better way to initialize builtins moving advanced bitvector ops to separate compilation unit rearranging hash table code so it can be specialized for different comparison functions one good way to bloat a piece of software is to add several ASCII pictures of the mona lisa
2008-11-23 02:12:37 -05:00
#
include
"htableh.inc"
import of llt library source
2008-06-30 21:53:51 -04:00
support reading hex float literals better text representation of infs and nans removing construction of low-level numeric types directly from strings adding hash function corresponding to equal better way to initialize builtins moving advanced bitvector ops to separate compilation unit rearranging hash table code so it can be specialized for different comparison functions one good way to bloat a piece of software is to add several ASCII pictures of the mona lisa
2008-11-23 02:12:37 -05:00
HTPROT
(
ptrhash
)
import of llt library source
2008-06-30 21:53:51 -04:00
#
endif