Planeshifter / node-word2vec

Node.js interface to the Google word2vec tool.
Apache License 2.0
348 stars 55 forks source link

Improve performance of text file loading #21

Closed FremyCompany closed 4 years ago

FremyCompany commented 5 years ago

Will also reduce memory consumption and processing in general due to switching to a typed array

Planeshifter commented 4 years ago

Thanks for this pull request!

kungfooman commented 1 year ago

You forgot to update:

https://github.com/Planeshifter/node-word2vec/blob/25edc96223be3c196f38e719f01ef51181166901/lib/WordVector.js#L6

The proper type is number[] | Float32Array.