Skip to content

Commit

Permalink
Merge pull request #19 from Nexus-Mods/leverage-rocksdb
Browse files Browse the repository at this point in the history
Leverage rocksdb
  • Loading branch information
halgari authored Mar 23, 2024
2 parents bc1b4b5 + 0743e74 commit ef12313
Show file tree
Hide file tree
Showing 111 changed files with 1,496 additions and 4,784 deletions.
14 changes: 0 additions & 14 deletions NexusMods.EventSourcing.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NexusMods.EventSourcing.Sto
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NexusMods.EventSourcing.Storage.Tests", "tests\NexusMods.EventSourcing.Storage.Tests\NexusMods.EventSourcing.Storage.Tests.csproj", "{33A3DA79-D3FD-46DC-8D14-82E23D5B608D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NexusMods.EventSourcing.Storage.Benchmarks", "benchmarks\NexusMods.EventSourcing.Storage.Benchmarks\NexusMods.EventSourcing.Storage.Benchmarks.csproj", "{22D57CB3-79E9-46A6-8E7D-EF29A6E3A7DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NexusMods.EventSourcing.Storage.RocksDb", "src\NexusMods.EventSourcing.Storage.RocksDb\NexusMods.EventSourcing.Storage.RocksDb.csproj", "{A7FAA2BA-C0C6-4540-A730-A4F59B9C5C12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneBillionDatomsTest", "benchmarks\OneBillionDatomsTest\OneBillionDatomsTest.csproj", "{EA397BAE-9726-486F-BC9B-87BD86DF157F}"
EndProject
Global
Expand All @@ -58,8 +54,6 @@ Global
{930B3AB7-56EA-48D6-B603-24D79C7DD00A} = {72AFE85F-8C12-436A-894E-638ED2C92A76}
{73E074F9-250F-4D8A-8038-5B12DB761E98} = {0377EBE6-F147-4233-86AD-32C821B9567E}
{33A3DA79-D3FD-46DC-8D14-82E23D5B608D} = {6ED01F9D-5E12-4EB2-9601-64A2ADC719DE}
{22D57CB3-79E9-46A6-8E7D-EF29A6E3A7DD} = {72AFE85F-8C12-436A-894E-638ED2C92A76}
{A7FAA2BA-C0C6-4540-A730-A4F59B9C5C12} = {0377EBE6-F147-4233-86AD-32C821B9567E}
{EA397BAE-9726-486F-BC9B-87BD86DF157F} = {72AFE85F-8C12-436A-894E-638ED2C92A76}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
Expand Down Expand Up @@ -91,14 +85,6 @@ Global
{33A3DA79-D3FD-46DC-8D14-82E23D5B608D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33A3DA79-D3FD-46DC-8D14-82E23D5B608D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33A3DA79-D3FD-46DC-8D14-82E23D5B608D}.Release|Any CPU.Build.0 = Release|Any CPU
{22D57CB3-79E9-46A6-8E7D-EF29A6E3A7DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22D57CB3-79E9-46A6-8E7D-EF29A6E3A7DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22D57CB3-79E9-46A6-8E7D-EF29A6E3A7DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22D57CB3-79E9-46A6-8E7D-EF29A6E3A7DD}.Release|Any CPU.Build.0 = Release|Any CPU
{A7FAA2BA-C0C6-4540-A730-A4F59B9C5C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7FAA2BA-C0C6-4540-A730-A4F59B9C5C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7FAA2BA-C0C6-4540-A730-A4F59B9C5C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7FAA2BA-C0C6-4540-A730-A4F59B9C5C12}.Release|Any CPU.Build.0 = Release|Any CPU
{EA397BAE-9726-486F-BC9B-87BD86DF157F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA397BAE-9726-486F-BC9B-87BD86DF157F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA397BAE-9726-486F-BC9B-87BD86DF157F}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
1 change: 0 additions & 1 deletion benchmarks/NexusMods.EventSourcing.Benchmarks/AppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static IServiceProvider Create()
.ConfigureServices(services =>
{
services.AddEventSourcingStorage()
.AddSingleton<IKvStore, InMemoryKvStore>()
.AddEventSourcing()
.AddTestModel();
});
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions benchmarks/NexusMods.EventSourcing.Storage.Benchmarks/Program.cs

This file was deleted.

Loading

0 comments on commit ef12313

Please sign in to comment.