New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/masonictemple4/autocomplete

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/masonictemple4/autocomplete

  • v0.0.0-20230813092029-457066c794b5
  • Source
  • Go
  • Socket score

Version published
Created
Source

Autocomplete

🚧 Under construction. - Coming soon 🚧

A project to explore Trie's, Ternary Search Trees, dfs, and more!

Overview

Autocomplete provides an in-memory autocompletion engine. It is designed to be used in conjunction with a data store to provide autocompletion suggestions for a given prefix. This is useful for things like search bars, command line interfaces, and more.

WIP
  • Create some sort of saveSnapshot locally or to buckets even???
  • Enable data sources that are responsible for populating the keyword list.
  • Add coniguration option to choose the type of tree to use.
  • Complete Default Formatter tests
  • Complete KeywordList Formatter tests
  • Complete LocalFileProvider tests
  • Complete GoogleStorageBucketProvider tests
  • Complete GithubProvider tests
  • Complete AutoCompleteService tests
  • Add any missing New methods.
  • Work on complete sample service
  • Benchmarks w/ Examples
  • Cleanup unused properties/settings.
  • Setup cmd/autocompleter cli tool to run an AutoCompleteService
FUTURE
  • Profile to try and improve memory, performance and GC time.
  • Sharding Trees across mutexes
  • Export with binary instead of plain text
  • Extend by adding an additional Data structure
  • What would parallel computing look like?

FAQs

Package last updated on 13 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc