Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaopaulopmedeiros/demo-worker-file-processer

A repository for learning how to process large files using .NET
https://github.com/joaopaulopmedeiros/demo-worker-file-processer

dotnet large-file memory-allocation speed worker

Last synced: about 2 months ago
JSON representation

A repository for learning how to process large files using .NET

Awesome Lists containing this project

README

        

# Demo

## Description
A .NET Worker Service for processing large files

## Dataset
- Where can I find the dataset? [here](https://grouplens.org/datasets/movielens/)
- Size of rating file: ~= 646mb

## Results