Skip to content

A playground assignment meant to find a substring in a very large sequence.

Notifications You must be signed in to change notification settings

matanpa/gene-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gene-Finder

This is a playground exercise to find substrings within a long character sequence

Getting Started

Installing & Running

Going Fwd

  • Writing prefixes-tree to DB instead of running in-memory
  • Splitting tree to partitions by prefixes and storing each separately
  • Using map-reduce to process different portions of the data in a distributed manner
  • Edge-cases: coinciding prefixes

About

A playground assignment meant to find a substring in a very large sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published