Commit Graph

15 Commits

Author SHA1 Message Date
Ines Montani
fb53eb570f Fix typo 2019-03-16 13:45:46 +01:00
Ines Montani
18205c6c48 Update company name 2019-02-07 21:06:55 +01:00
ines
638068ec6c Restore contributor agreement 2018-03-31 14:06:37 +02:00
Suraj Rajan
1cdbb7c97c [2032] - Changed python set to cpp stl set (#2170)
Changed python set to cpp stl set #2032 

## Description

Changed python set to cpp stl set. CPP stl set works better due to the logarithmic run time of its methods. Finding minimum in the cpp set is done in constant time as opposed to the worst case linear runtime of python set. Operations such as find,count,insert,delete are also done in either constant and logarithmic time thus making cpp set a better option to manage vectors.
Reference : http://www.cplusplus.com/reference/set/set/

### Types of change
Enhancement for `Vectors` for faster initialising of word vectors(fasttext)
2018-03-31 13:28:25 +02:00
sayf eddine hammemi
35272eade8 Accept contributer agreement. 2018-02-04 20:48:45 +01:00
Ines Montani
51d3ab2137
Revert contributor agreement to empty form 2017-12-07 16:22:30 +01:00
Abhinav Sharma
d097b34059
Update CONTRIBUTOR_AGREEMENT.md 2017-11-08 14:16:04 +05:30
Abhinav Sharma
c9c4aaec44
corrected a typo 2017-11-08 13:33:15 +05:30
Abhinav Sharma
2aaf5315f3
Filled the details of the contribution license 2017-11-03 16:56:58 +05:30
ines
7459ecfa87 Port over contributor agreements 2017-10-24 20:13:34 +02:00
shuvanon
8a2d22222d filled up CONTRIBUTOR_AGREEMENT.md 2017-03-12 17:07:55 +06:00
Ines Montani
1515434eaa Fix wording 2016-11-09 17:29:20 +01:00
Ines Montani
8cd361e319 Fix paths 2016-11-09 17:20:35 +01:00
Ines Montani
8239878dce Update CONTRIBUTOR_AGREEMENT.md 2016-11-09 16:30:32 +01:00
Ines Montani
3005f76652 Create CONTRIBUTOR_AGREEMENT.md 2016-11-09 16:23:55 +01:00