Coder Social home page Coder Social logo

mhbai / sary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yangke/sary

0.0 1.0 0.0 536 KB

This is the patched version for sary-1.2.0(http://sary.sourceforge.net/) to meet the need of polygraph(https://github.com/sporksmith/polygraph)

License: GNU Lesser General Public License v2.1

Shell 53.29% C 46.09% C++ 0.16% Perl 0.46%

sary's Introduction

Sary - a set of a suffix array library and tools

Sary is a suffix array library and tools. It provides fast
full-text search facilities for text files on the order of
10 to 100 MB using a data structure called a suffix array.
It can also search specific fields in a text file by
assigning index points to those fields.  Sary is a free
software under the terms of the GNU Lesser General Public
License version 2. See the COPYING file for details.

The latest version is available at:
<http://sary.namazu.org/>

Characteristics:

  * Fast full-text search for huge text files.
    - With suffix array.  `mmap' are used for performance.
  * Flexible construction of suffix array.
    - Indexer can be easily extended.
  * Useful tools
    - mksary: constructs suffix array.
    - sary: performs full-text search using suffix array.
  * Easy-to-understand source codes. (I hope so.)
    - Written in C but OO fashion. Simple and compact.

Requirements:

  * GLib <http://developer.gnome.org/doc/API/glib/>
    - Available at <ftp://ftp.gtk.org/pub/gtk/>

--
[email protected]

sary's People

Contributors

yangke avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.