Stephen Chung
|
c2a8c342bb
|
Modify hashing function.
|
2023-02-24 14:24:10 +08:00 |
|
Stephen Chung
|
10089c5cb0
|
Support switch range cases for floating-point values.
|
2023-02-12 23:20:14 +08:00 |
|
Stephen Chung
|
8685323b15
|
Use SmartString for comments.
|
2023-02-11 23:55:07 +08:00 |
|
Stephen Chung
|
e177a5648a
|
Remove hashing hack.
|
2023-02-11 11:56:20 +08:00 |
|
Stephen Chung
|
faa48f78c3
|
Refine hashing.
|
2023-01-31 16:37:50 +08:00 |
|
Stephen Chung
|
62d707ff84
|
Simplify chaining code.
|
2022-11-19 18:41:51 +08:00 |
|
Stephen Chung
|
3800a6d9f5
|
Remove indirection.
|
2022-11-09 21:48:54 +08:00 |
|
Stephen Chung
|
1b248b5af7
|
Speed up static hashing default case.
|
2022-11-09 21:16:28 +08:00 |
|
l1npengtul
|
c49948def4
|
address concerns 1, 2
|
2022-11-05 22:46:08 +09:00 |
|
Stephen Chung
|
470af6af71
|
Using hashing for full hash instead of xor.
|
2022-11-04 21:59:49 +08:00 |
|
l1npengtul
|
bb01f914e0
|
Address concerns
|
2022-11-01 00:59:07 +09:00 |
|
l1npengtul
|
3e6a3a2759
|
Stable Hash: Add feature, adjust CI, modify build.rs, add new API for accessing and setting the ahash seed in config.rs, make config.rs public
|
2022-10-31 22:14:09 +09:00 |
|
Stephen Chung
|
d6b0f99781
|
Refactor.
|
2022-10-10 16:46:35 +08:00 |
|
Stephen Chung
|
6c777e68d3
|
Refine inlining.
|
2022-09-28 12:06:22 +08:00 |
|
Stephen Chung
|
b141e8d0e1
|
Do not use stable hashing with all-zero seed.
|
2022-09-27 16:39:19 +08:00 |
|
Stephen Chung
|
2ecf44a48e
|
Remove stable_hash feature and use environment variable.
|
2022-09-27 13:23:47 +08:00 |
|
Stephen Chung
|
20d4b71591
|
Add stable_hash.
|
2022-09-26 23:45:50 +08:00 |
|
Stephen Chung
|
5d275b5307
|
Simplify to calc_fn_hash.
|
2022-09-21 11:46:23 +08:00 |
|
Stephen Chung
|
40a12b2b7d
|
Remove key type from StraightHashMap.
|
2022-09-12 23:08:38 +08:00 |
|
Stephen Chung
|
1bfedf516d
|
Use a bloom filter.
|
2022-09-08 17:49:37 +08:00 |
|
Stephen Chung
|
a6ce459b32
|
Merge branch 'main' of https://github.com/rhaiscript/rhai
|
2022-09-06 17:41:47 +08:00 |
|
quake
|
563f18a04b
|
pref: use ExactSizeIterator
|
2022-09-06 14:16:15 +09:00 |
|
Stephen Chung
|
158b4ce7bc
|
Change TypeId to use BTreeMap.
|
2022-09-05 21:17:07 +08:00 |
|
quake
|
d515eaf7cd
|
chore: apply reviewers comment
|
2022-09-05 19:22:30 +09:00 |
|
quake
|
239438754c
|
perf: change BTreeMap to StraightHashMap
|
2022-09-05 13:13:06 +09:00 |
|
Stephen Chung
|
2f948a784c
|
Clean up more clippy.
|
2022-07-27 18:04:59 +08:00 |
|
Stephen Chung
|
39dee556c4
|
Clean up clippy.
|
2022-07-27 16:04:24 +08:00 |
|
Stephen Chung
|
b9cbeb65d6
|
Use Option instead of once/empty.
|
2022-06-11 16:01:15 +08:00 |
|
Stephen Chung
|
d99953c101
|
Fixup AsRef<str> vs &str.
|
2022-01-04 15:22:48 +08:00 |
|
Stephen Chung
|
206b5051eb
|
Clarify non-zero hashes.
|
2021-12-06 10:34:13 +08:00 |
|
Stephen Chung
|
54f78c5cd9
|
Use zero for no hash.
|
2021-12-05 17:05:19 +08:00 |
|
Stephen Chung
|
d88e17d177
|
Move more &str to AsRef<str>
|
2021-11-28 12:41:20 +08:00 |
|
Stephen Chung
|
e918e61e95
|
Use AsRef<str> for more flexible API.
|
2021-11-27 23:04:45 +08:00 |
|
Stephen Chung
|
abe6b4a29b
|
Use more const functions.
|
2021-11-27 14:24:06 +08:00 |
|
Stephen Chung
|
c2c30f7711
|
Use fold.
|
2021-11-16 13:15:43 +08:00 |
|
Stephen Chung
|
2fffe31b59
|
Level up exports.
|
2021-11-16 12:26:37 +08:00 |
|
Stephen Chung
|
64b889fb95
|
Restructure code base.
|
2021-11-13 22:36:23 +08:00 |
|