Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-deps / src / native / LARGE_ARRAY_SIZE.ts
Size: Mime:
/**
 * @desc Used as the size to enable large array optimizations.
 * @name LARGE_ARRAY_SIZE
 * @since 5.0.0-beta.6
 * @type {number}
 * @see array/preAllocate
 */
const LARGE_ARRAY_SIZE = 200
export default LARGE_ARRAY_SIZE