tanya/source/tanya
Nathan Sashihara ceb8e6a113 Use identity hash for integers and pointers
This is appropriate because HashArray in tanya.container.entry uses
prime numbers instead of powers of 2 for its number of buckets so there
is no pitfall if the hashes are all multiples of some power of 2.
2018-08-02 12:37:02 -04:00
..
algorithm Update socket documentation 2018-06-20 07:59:37 +02:00
async Fix EV_SET 0 length on 32-bit BSD 2018-07-08 12:54:47 +02:00
container Don't check UTF-8 correctness when inserting chars 2018-07-06 05:36:13 +02:00
encoding encoding.ascii: Make static const data immutable 2018-05-31 18:43:35 +02:00
hash Use identity hash for integers and pointers 2018-08-02 12:37:02 -04:00
math Replace floating pointer formatter with errol1 2018-06-23 16:21:19 +02:00
memory Implement auto-decoding free equal comparison 2018-06-12 20:19:06 +02:00
meta Rename meta.metafunction.Tuple into Pack 2018-07-24 20:16:21 +02:00
net readIntegral: Support base between 2 and 36 2018-06-08 21:05:35 +02:00
network network.socket.Linger.enabled: Add return type 2018-07-25 05:40:49 +02:00
os Update socket documentation 2018-06-20 07:59:37 +02:00
range Remove functions deprecated in 0.9.0 2018-06-22 07:11:56 +02:00
sys Remove functions deprecated in 0.9.0 2018-06-22 07:11:56 +02:00
test Update socket documentation 2018-06-20 07:59:37 +02:00
conv.d Make format() public 2018-08-01 16:58:23 +02:00
exception.d Update socket documentation 2018-06-20 07:59:37 +02:00
format.d Make format() public 2018-08-01 16:58:23 +02:00
functional.d Add functional module. Fix #52 2018-07-07 12:17:59 +02:00
typecons.d Rename meta.metafunction.Tuple into Pack 2018-07-24 20:16:21 +02:00