快速笛卡尔积。 检索几个数组()之间的所有可能组合。 JavaScript中可用库。 当产生数百万个组合或组合数百个数组时,应使用 。 感言 现在,我们将这个库用于ourworldindata.org,与以前使用的简单方法相比,性能提高了近50倍! @马塞尔·格伯 例 const fastCartesian = require ( 'fast-cartesian' ) console . log ( fastCartesian ( [ [ 'red' , 'blue' ] , [ 'circle' , 'square' ] , ] ) , ) // [ //