This website requires JavaScript.
Explore
Help
Sign In
tommy
/
libpostal
Watch
1
Star
0
Fork
0
You've already forked libpostal
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5,474
Commits
2
Branches
0
Tags
562f36ad5b457a74b3e56b88a5f55592d92dfddb
Commit Graph
3 Commits
Author
SHA1
Message
Date
Al
c67678087f
[parser] using a bipartite graph (indptr + indices) to represent postal code<=>admin relationships instead of a set of 64-bit ints. Requires |V(postal codes)| + |E| 32 bit ints instead of |E| 64 bit ints. Saves several hundred MB in file size and even more space in memory because of the hashtable overhead
2017-03-18 06:05:28 -04:00
Al
67d128c386
[graph] graph_load and graph_save
2015-10-09 15:36:14 -04:00
Al
4984352eda
[graph] Simple sparse graph implementation, essentially a sparse matrix with no values array
2015-10-06 18:58:18 -04:00