Software Alternatives & Reviews

Improving GitHub Code Search

Sourcegraph Zoekt
  1. Sourcegraph is a free, self-hosted code search and intelligence server that helps developers find, review, understand, and debug code. Use it with any Git code host for teams from 1 to 10,000+.
    Pricing:
    • Open Source

    #Code Collaboration #Git #Developer Tools 19 social mentions

  2. 2
    Zoekt is a text search engine, intended for use with source code.
    Given the shoutouts to Burntsushi and Lemire this is almost certainly a bitmap trigram index based engine similar to https://github.com/google/zoekt The index is likely based on Roaring bitmaps, presumably https://github.com/RoaringBitmap/roaring-rs in this case. Nice architecture, exactly how I would have done it also.

    #Git #Code Collaboration #SCM 3 social mentions

Discuss: Improving GitHub Code Search

Log in or Post with