Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beeker1121 committed Dec 25, 2024
1 parent d618510 commit b424401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Motivation for creating this project was the need for a persistent priority queu

Instead of using an in-memory heap structure to store data, everything is stored using the [Go port of LevelDB](https://github.com/syndtr/goleveldb). This results in very little memory being used no matter the size of the database, while read and write performance remains near constant.

> [!CAUTION]
> This project uses the Go port of LevelDB, which may not be production safe. The author of this project has used this package in production and has experienced extreme database slowdown. If used in production, please make sure you make regular backups and test recovery should need the arise.
## Features

- Provides stack (LIFO), queue (FIFO), priority queue, and prefix queue structures.
Expand Down

0 comments on commit b424401

Please sign in to comment.