issues Search Results · repo:pytries/hat-trie language:C
Filter by
7 results
(60 ms)7 results
inpytries/hat-trie (press backspace or delete to remove)The error is as follows: cl : Command line error D8021 : invalid numeric argument /Wno-error=declaration-after-statement
error: command C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe ...
alexjfx
- 2
- Opened on Oct 13, 2017
- #18
When I clone the repo and run python setup.py build, I get the error below. I am on a 64-bit machine running RHEL 6.5
and gcc version 4.4.7.
running build
running build_ext
cythoning src/hat_trie.pyx ...
desilinguist
- 9
- Opened on Aug 18, 2014
- #14
I m running into 2 issues with installing hat-trie:
1) I have to install Cython manually to prevent ImportError: No module named Cython.Distutils error (missing
requirements file ?)
2) On one of ...
eddy-geek
- 1
- Opened on Jun 23, 2014
- #13
I recently pushed a change to the upstream hat-trie C library which you may want to pull in:
https://github.com/dcjones/hat-trie/commit/2ec3a7c7af52d69bebbb149af9e6f09c0537c87f
b4hand
- Opened on May 21, 2014
- #11
I was curious if there was any particular reason you don t allow storing arbitrary Python objects as values?
It looks like the underlying C library just stores unsigned long as value_t, but it seems like ...
b4hand
- 3
- Opened on May 16, 2014
- #7
I think the setdefault method is a similar method of dict, but it does not return a valid value, so it is strange.
from hat_trie import Trie
t = Trie()
t.setdefault(u a , 1)
d = {}
...
yflau
- 2
- Opened on Aug 15, 2013
- #2
In commit 1515b91546c42d764e6c4195c8958ff714a02459, superfasthash was replaced with murmurhash3. You removed
superfasthash.h and superfasthash.c, and added murmurhash3.h, but it seems to me that you forgot ...
fvieira
- 1
- Opened on Apr 11, 2013
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.