LispWorks User Guide and Reference Manual > 32 The HCL Package

NextPrevUpTopContentsIndex

set-array-single-thread-p

Function
Summary

Tells the system whether an array is accessed only in a single thread context, or not.

Package

hcl

Signature

set-array-single-thread-p array on-p

Arguments

array

An array.

on-p

A generalized boolean.

Description

Tells the system 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 .

See also

make-array


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex