-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,22 +11,6 @@ | |
[](https://github.com/fizzed/bigmap/actions/workflows/macos-x64.yaml) | ||
[](https://github.com/fizzed/bigmap/actions/workflows/windows-x64.yaml) | ||
|
||
## Sponsorship & Support | ||
|
||
 | ||
|
||
Project by [Fizzed, Inc.](http://fizzed.com) (Follow on Twitter: [@fizzed_inc](http://twitter.com/fizzed_inc)) | ||
|
||
**Developing and maintaining opensource projects requires significant time.** If you find this project useful or need | ||
commercial support, we'd love to chat. Drop us an email at [[email protected]](mailto:[email protected]) | ||
|
||
Project sponsors may include the following benefits: | ||
|
||
- Priority support (outside of Github) | ||
- Feature development & roadmap | ||
- Priority bug fixes | ||
- Privately hosted continuous integration tests for their unique edge or use cases | ||
|
||
## Overview | ||
|
||
Lightweight Map, SortedMap, LinkedMap, Set, and SortedSet implementation(s) with minimal 3rd party dependencies that alleviates memory | ||
|
@@ -43,6 +27,22 @@ Based on our primary need for minimal memory usage (including a desire to not re | |
and as small as possible dependencies, we narrowed in on the older, but still impressive TokyoCabinet vs. | ||
some of the more recent entrants like RocksDB. | ||
|
||
## Sponsorship & Support | ||
|
||
 | ||
|
||
Project by [Fizzed, Inc.](http://fizzed.com) (Follow on Twitter: [@fizzed_inc](http://twitter.com/fizzed_inc)) | ||
|
||
**Developing and maintaining opensource projects requires significant time.** If you find this project useful or need | ||
commercial support, we'd love to chat. Drop us an email at [[email protected]](mailto:[email protected]) | ||
|
||
Project sponsors may include the following benefits: | ||
|
||
- Priority support (outside of Github) | ||
- Feature development & roadmap | ||
- Priority bug fixes | ||
- Privately hosted continuous integration tests for their unique edge or use cases | ||
|
||
## Usage | ||
|
||
With many of our implementations (e.g. rocksdb or leveldb), you can simply use the dependency below and add it to | ||
|