You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to remove x32 wheel building. IMO this just spends time and rarely used now (we are in 2020, who still using x32? This is my personal assumtion)
Pros:
Twice faster build (because of twice fewer jobs) -> twice fast release (wheel building + testing are the slowest part, @mpenkov can confirm)
No x32-related hacks (typical lack of RAM on some tests)
Cons:
x32 users affected (and we don't know how much, idk ways to evaluate them)
I'm in favour of removing x32. I didn't even know we had it.
IMO, the only relevant wheels are for (modern) Windows. All other installations can either compile themselves easily (unix), or expect pain anyway (ancient systems).
And if Windows wheels give us too much trouble, we could drop even that. I'd prefer not to, but it's conceivable. Gensim is open source and we cannot afford the project to become too annoying/costly to us.
Idea
I propose to remove
x32
wheel building. IMO this just spends time and rarely used now (we are in 2020, who still usingx32
? This is my personal assumtion)Pros:
Cons:
Examples of other libraries
Doesn't build x32:
Still build x32:
@mpenkov @piskvorky thoughts?
The text was updated successfully, but these errors were encountered: