Add README
This commit is contained in:
parent
ca61c7f960
commit
392fb5dc8d
1 changed files with 6 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
The Elixir Cross Referencer
|
||||
===========================
|
||||
|
||||
Elixir is a source code cross-referencer inspired by [LXR](https://en.wikipedia.org/wiki/LXR_Cross_Referencer). It's written in Python and its main purpose is to index every release of the Linux kernel while keeping a minimal footprint.
|
||||
|
||||
It uses Git as a source-code file store and Berkeley DB for cross-reference data. Internally, it indexes Git *blobs* instead of trees of files to avoid duplicating work and data. It has a straightforward data structure (reminiscent of older LXR releases) to keep queries simple and fast.
|
||||
Loading…
Reference in a new issue