Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joaopaulopmedeiros/demo-worker-file-processer
- Owner: joaopaulopmedeiros
- Created: 2022-08-02T17:44:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T17:54:39.000Z (over 2 years ago)
- Last Synced: 2023-03-07T17:11:45.244Z (almost 2 years ago)
- Topics: dotnet, large-file, memory-allocation, speed, worker
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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