cs: further tune list?
Experiments suggest that 64 pairs is a better threshold to start caching than 32 pairs.
This commit is contained in:
parent
c727a9c8d8
commit
4d001eb259
|
@ -14,7 +14,7 @@
|
|||
|
||||
(define-thread-local lists (make-weak-eq-hashtable))
|
||||
|
||||
(define CHECK-AFTER-LEN 32)
|
||||
(define CHECK-AFTER-LEN 64)
|
||||
(define CHECK-EVERY 4)
|
||||
|
||||
(define (list? v)
|
||||
|
|
Loading…
Reference in New Issue
Block a user