domluna / Glove.jl

Implements Global Word Vectors.
Apache License 2.0
11 stars 6 forks source link

Make timings competitive to C implementation #5

Open domluna opened 9 years ago

domluna commented 9 years ago

1 Needs to resolved for this to happen.

C code can be found on the website.

domluna commented 9 years ago

Little update here. It's within a small constant factor (~3x) single-threaded.

Once the threading branch lands for Julia we can experiment with multithreading. Although, this might not be even be necessary we could probably just do a map reduce type thing.