An open API service providing repository metadata for many open source software ecosystems.

Topic: "external-merge-sort"

apollo008/orchid-fst

This project Orchid-Fst implements a fast text string dictionary search data structure: Finite state transducer (short for FST) in c++ language.This FST C++ open source project has much significant advantages.

Language: C++ - Size: 7.31 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

akshayxml/Multithreaded-External-Merge-Sort

External merge sort algorithm used to sort large number of records - with options to use multiple threads.

Language: Python - Size: 3.44 MB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Sagnik07/Advanced-Problem-Solving

In this repository, we solve a list of famous coding problems in C++ programming language.

Language: C++ - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

dstibrany/externalSort

External merge-sort

Language: Java - Size: 68.4 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

PrathamSolanki/external-merge-sort

Language: C++ - Size: 1.94 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

vinigarg/Search-Engine-Wiki-

Wikipedia search engine designed to to be scalable and efficient using K- way external mege sort.

Language: Java - Size: 2.83 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

maXA1m/ExternalMergeSortDotNet

External Merge Sort implementation with Tests | LLD C#

Language: C# - Size: 28.3 KB - Last synced at: about 9 hours ago - Pushed at: about 10 hours ago - Stars: 0 - Forks: 0

999ashu/Tape-Sorter

External merge‐sort on a simulated tape device with limited RAM

Language: C++ - Size: 14.6 KB - Last synced at: 13 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

tobbe84/FindDuplicates

Этот проект представляет собой мощный инструмент для поиска и анализа дублирующихся файлов в указанной директории. Программа позволяет эффективно выявлять одинаковые файлы на основе их содержимого, используя алгоритм хеширования SHA-256. Она поддерживает настройку параметров, таких как минимальный размер файла для проверки и игнорирование определен

Language: Python - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Nikos25K/Implementation-of-Database-Management-Systems

This repository contains three projects exploring the core concepts of database systems: Heap File Management, B+ Tree Indexing, and External Merge Sort. Built in C, these assignments demonstrate block-level file management, indexing, and sorting algorithms, providing hands-on experience with database internals and performance optimization.

Language: C - Size: 363 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

freud/ExternalMergeSorter

Language: C# - Size: 222 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

valeriodiste/ExternalMergeSortVisualizer

External merge sorting algorithms visualizer

Language: HTML - Size: 563 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vitalysokoloff/External_sort

Language: Java - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

umershaikh123/Sorting-algorithms

Sorting algorithms in python

Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

rafssilva/external-merge-sort

Executa um External Merge Sort (TwoWayMerge), em um arquivo desordenado de CEPs, para salvá-los ordenados em um outro arquivo

Language: Java - Size: 8.89 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mansi-k/ADSA_Assignment3

Implemented suffix array for different tasks, trie and external merge sort

Language: C++ - Size: 73.2 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AnupNair08/Sort-Command

This is a DSA project which works like the utility command 'sort' in Linux. The program makes use of external sorting algorithm which makes it possible to sort files larger than the primary memory.

Language: C - Size: 651 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

jeeveshkataria/WikipediaSearchEngine

Created a mini wikipedia search engine on wikipedia data dump of 2020 of size 40 GB.Results are retrived in less than a sec.

Language: Python - Size: 589 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

priyendumori/Wiki-Search-Engine

A complete search engine experience built on top of 75 GB Wikipedia corpus with subsecond latency for searches. Results contain wiki pages ordered by TF/IDF relevance based on given search word/s. From an optimized code to the K-Way mergesort algorithm, this project addresses latency, indexing, and big data challenges.

Language: Python - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sayhitosandy/BPlus_Tree 📦

Implementation of B+ Tree in Java (My Assignment for Fundamentals of Database Systems course [CSE202] [IIIT-Delhi]).

Language: Java - Size: 55.7 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

EiriniMits/DBMS

This project contains basic functions of a DBMS (External Merge sort, Merge Join, Hash Join, Duplicate Elimination) that are designed to work in real-life and extreme circumstances (Huge input data, extremely low available memory).

Language: C++ - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

divyanshu-talwar/B-Plus-Tree

Language: Java - Size: 111 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Related Topics
sorting-algorithms 6 external-sorting 5 search-engine 4 indexing 3 mergesort 2 java 2 linux 2 two-way-merge-sort 2 bplustree 2 merge-sort 2 python 2 suffix-array 2 trie 2 sorting 2 ranking-algorithm 2 tf-idf 1 wikipedia-data-dump 1 multithreading 1 thread 1 two-phase-merge-sort 1 sort 1 nlp-machine-learning 1 information-retrieval 1 information-extraction 1 corpus 1 visualizer 1 visualization 1 sorting-algorithm-visualizer 1 sorting-algorithm-visualizations 1 replacement-selection-sort 1 replacement-selection-merge-sort 1 replacement-selection-external-merge-sort 1 merge-lists 1 low-level-design 1 heapsort 1 externalmerge-dotnet 1 externalmerge 1 dotnet 1 system-utility 1 sha256 1 productivity 1 file-system 1 file-management 1 file-deduplication 1 file-comparison 1 duplicate-file-finder 1 duplicate-detection 1 disk-cleanup 1 csharp 1 heap-file 1 file-organization 1 database-systems 1 database-perfomance 1 c 1 block-file-functions 1 b-plus-tree-index 1 b-plus-tree 1 ordenacao 1 wikipedia-dump 1 tf-idf-score 1 duplicate-elimination 1 dbms 1 tfidf 1 scalable 1 top-down-insertion 1 bulk-loading 1 bplus-tree 1 bottom-up-insertion 1 utf8 1 mmap 1 memory-management 1 lucene 1 lru-cache 1 lfu-cache 1 levenshtein 1 large-files 1 fst 1 elasticsearch 1 dictionary 1 dfa 1 damerau-levenshtein 1 cpp11 1 cpp 1 automaton 1 multipass-sorting 1 k-way-external-merge-sort 1 external-sorting-visualizer 1 external-sorting-algorithms 1 external-sorting-algorithm 1 external-merge-sorting-visualizer 1 external-merge-sort-visualizer 1 algorithm-visualizer 1 algorithm-visualization 1 2-way-external-merge-sort 1 selection 1 quicksort 1 bucket-sort 1 bubble-sort 1 nth-element 1 median-of-running-stream 1