Skip to content
View bytex4123's full-sized avatar

Block or report bytex4123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bytex4123/README.md

search-index

A network resilient, persistent full-text search library for the browser and Node.js

npm npm license Build Status JavaScript Style Guide

Quick start

import { SearchIndex } from 'search-index' 

// initialize an index
const { PUT, QUERY } = new SearchIndex(options)

// add documents to the index
await PUT(documents)

// read documents from the index
const results = await QUERY(query)

Documentation

Pinned Loading

  1. bytex4123 bytex4123 Public

    JavaScript

  2. lineare lineare Public

    Linear Model Weights Use lmw With (In) R Software

    C++

  3. NKfamily NKfamily Public

    A Julia library for working with the NK family of fitness landscapes.

    C++