Rasmus Search Engine
Go to file
2025-04-05 09:30:20 +00:00
Analyze Made a lot of changes. Enhanced memory usage. 2025-02-16 09:38:00 +01:00
Backend Reduced the memory usage, as well as hopefully fixing the memory leak. Also implemented database compression across rows, including Brotli compression and bitshifting. 2025-04-05 11:28:54 +02:00
frontend Add stuff 2025-01-16 11:10:43 +01:00
Models Reduced the memory usage, as well as hopefully fixing the memory leak. Also implemented database compression across rows, including Brotli compression and bitshifting. 2025-04-05 11:28:54 +02:00
.gitignore Update gitignore 2025-01-16 12:27:23 +01:00
global.json Made a lot of changes. Enhanced memory usage. 2025-02-16 09:38:00 +01:00
LICENSE Initial commit 2024-11-24 11:09:15 +00:00
README.md Made a lot of changes. Enhanced memory usage. 2025-02-16 09:38:00 +01:00
RSE.sln Made a lot of changes. Enhanced memory usage. 2025-02-16 09:38:00 +01:00
RSE.sln.DotSettings.user Reduced the memory usage, as well as hopefully fixing the memory leak. Also implemented database compression across rows, including Brotli compression and bitshifting. 2025-04-05 11:28:54 +02:00
Type Dependencies Diagram for Communication and other elements.png Way too much happened for me to create a commit message 2025-02-07 18:44:22 +01:00

RSE

Rasmus Search Engine

This is just a hobby project I'm working on at the moment. (Rasmus is my name BTW lol)

This is also an "Anything goes" type of project. I'm not really aiming for correctness or any other type of paradigm or architecture.

I'm just trying to minimize memory usage while maximizing performance.