Tells the system whether an array is accessed only in a single thread context, or not.
hcl
set-array-single-thread-p array on-p
array⇩ |
An array. |
on-p⇩ |
A generalized boolean. |
The function set-array-single-thread-p
tells LispWorks whether the array array is accessed only in a single thread context or not, depending on the value of on-p. Arrays that are marked for single thread access are faster for some operations, in particular vector-push and vector-pop.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35