const array = [
{
a: "test",
b: "test",
c: "test",
}
// ... 6200 elements
]
node --max-old-space-size=32000 dist/index.js
, но все равно не вариант, так как массив может достигать до 20к+ елементов, можно ли как-то оптимизировать подобное?fs.readFile(path.join(__dirname, '..', '..', 'test.txt'))
fs.readFile(path.join(__dirname, '..', '..', 'test.txt'), 'utf-8')