Skip to content

Commit

Permalink
added picture to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bernhardsson committed Jul 30, 2013
1 parent 5eefd78 commit 92e94dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Annoy

![Recursive split](https://raw.github.com/erikbern/annoy/master/ann.png)

## What is this?

Annoy ([Approximate Nearest Neighbors](http://en.wikipedia.org/wiki/Nearest_neighbor_search#Approximate_nearest_neighbor) Something Something) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data.
Expand Down
Binary file added ann.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92e94dd

Please sign in to comment.