pisa

PISA: Performant Indexes and Search for Academia (by pisa-engine)

Pisa Alternatives

Similar projects and alternatives to pisa

  • Folly

    90 pisa VS Folly

    An open-source C++ library developed and used at Facebook.

  • tantivy

    48 pisa VS tantivy

    Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • lucene

    11 pisa VS lucene

    Apache Lucene open-source search software

  • efg

    GPU based Compressed Graph Traversal

  • Apache Solr

    Apache Lucene and Solr open-source search software

  • resin

    Vector space search engine. Available as a HTTP service or as an embedded library.

  • MeTA

    A Modern C++ Data Sciences Toolkit (by meta-toolkit)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Typesense

    Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

  • alexandria

    Full text search engine powering Alexandria.org - the open search engine.

  • RediSearch

    A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.

  • ds2i

    A library of inverted index data structures

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pisa alternative or higher similarity.

pisa reviews and mentions

Posts with mentions or reviews of pisa. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-01.
  • A Compressed Indexable Bitset
    6 projects | news.ycombinator.com | 1 Jul 2023
    The EF core algorithm implemented in folly [3] may be a bit faster, and implementing partitioning on top of that is relatively easy.

    It would definitely compress much better than roaring bitmaps. In terms of performance, it depends on the access patterns. If very sparse (large jumps) PEF would likely be faster, if dense (visit a large fraction of the bitmap) it'd be slower.

    It is possible to squeeze a bit more compression out of PEF by introducing a chunk type for Elias-Fano of the chunk complement (for very dense chunks), but you lose the operation of skipping to a given position, which is however not needed in inverted indexes (you only need to skip past a given id, and that can be supported efficiently). That is not mentioned in the paper because at the time I thought the skip-to-position operation was a non-negotiable.

    [1] https://github.com/ot/ds2i/

    [2] https://github.com/pisa-engine/pisa

    [3] https://github.com/facebook/folly/blob/main/folly/experiment...

Stats

Basic pisa repo stats
1
851
8.2
10 days ago

pisa-engine/pisa is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of pisa is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com