Voting

: min(six, two)?
(Example: nine)

The Note You're Voting On

admin at deosnet dot com
10 years ago
Hello,

WARNING : When using Stackable objects in callable functions by your Threads, you must be very careful if you use it as an array. Indeed, if you do not copy your Stackable "array" in a local variable, the execution time can drop drastically !

Also, if you want to modify an array() in a function, you will also store in a local variable in order that your array is in a thread-safe context.

<< Back to user notes page

To Top