1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

add number_of_buckets

This commit is contained in:
Justin Lin
2021-03-06 18:16:21 +08:00
parent 30f6b99aa5
commit 0b2f97b888
2 changed files with 5 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ Eliminating duplicate copies of repeating vectors.
- `lt` : A list of vectors.
- `eq` : A equality function. If it's ignored, use `==` to compare elements. **Since: ** 3.0
- `hash` : A hash function. If it's ignored, convert each element to a string and hash it. **Since: ** 3.0
- `number_of_buckets` : The function uses a hash table internally. Change the number of buckets if you're trying to do optimization. **Since: ** 3.0
## Examples