From eb8dbaa770a57557d67c817c2839c64f536a6ce4 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 13 Sep 2023 16:22:03 -0400 Subject: Began re-architecting the project for concurrency support The project is now in a state where it builds, but it probably has a lot of bugs still. --- external/psudb-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/psudb-common b/external/psudb-common index e5a10e8..b436420 160000 --- a/external/psudb-common +++ b/external/psudb-common @@ -1 +1 @@ -Subproject commit e5a10e888d248638e48bf82da70fa356eef47ba9 +Subproject commit b436420bf4c9a574b3a8e54c1ab46f46e82240af -- cgit v1.2.3 From 1a47cbd7978dcad7ed0b2f2af3f933137eedbfa3 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 20 Oct 2023 15:12:46 -0400 Subject: Checkpointing work I'll probably throw all this out, but I want to stash it just in case. --- external/psudb-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/psudb-common b/external/psudb-common index b436420..7005ad8 160000 --- a/external/psudb-common +++ b/external/psudb-common @@ -1 +1 @@ -Subproject commit b436420bf4c9a574b3a8e54c1ab46f46e82240af +Subproject commit 7005ad856c941d8485843c53a3b08d53ccc3d98e -- cgit v1.2.3 From 7ecfb22c32b7986ed1a2439c1abbeed298e4153a Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 20 Oct 2023 17:00:42 -0400 Subject: Initial pass w/ new scheduler setup currently there's a race condition of some type to sort out. --- external/psudb-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/psudb-common b/external/psudb-common index 7005ad8..b85686b 160000 --- a/external/psudb-common +++ b/external/psudb-common @@ -1 +1 @@ -Subproject commit 7005ad856c941d8485843c53a3b08d53ccc3d98e +Subproject commit b85686b50ab767e5c06eedb975686923aa79dd3d -- cgit v1.2.3 From 4e4cf858122ca6c1ae6d5f635e839089769fee38 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 6 Nov 2023 10:01:23 -0500 Subject: Scheduling: Switched over to a thread pool model --- external/ctpl | 1 + 1 file changed, 1 insertion(+) create mode 160000 external/ctpl (limited to 'external') diff --git a/external/ctpl b/external/ctpl new file mode 160000 index 0000000..437e135 --- /dev/null +++ b/external/ctpl @@ -0,0 +1 @@ +Subproject commit 437e135dbd94eb65b45533d9ce8ee28b5bd37b6d -- cgit v1.2.3 From ec9253b8cac4c31a9e20c201108d4804f7b68d71 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 13 Dec 2023 12:41:23 -0500 Subject: Updated to newer version of psudb-common --- external/psudb-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/psudb-common b/external/psudb-common index b85686b..d828d28 160000 --- a/external/psudb-common +++ b/external/psudb-common @@ -1 +1 @@ -Subproject commit b85686b50ab767e5c06eedb975686923aa79dd3d +Subproject commit d828d283ffe48b3d576843d4d6e8de78bdb18ffd -- cgit v1.2.3 From 5a2c378aad3f1a9923db3191ffaa3fb807d392b2 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 11 Jan 2024 15:29:51 -0500 Subject: Ported ISAMTree over to new buffer setup I may still play with the shard from shards constructor, and queries need some work yet too. --- external/psudb-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/psudb-common b/external/psudb-common index d828d28..56ce9fd 160000 --- a/external/psudb-common +++ b/external/psudb-common @@ -1 +1 @@ -Subproject commit d828d283ffe48b3d576843d4d6e8de78bdb18ffd +Subproject commit 56ce9fdb9eaea076d9f54e564a6018121b052198 -- cgit v1.2.3 From 46885246313358a3b606eca139b20280e96db10e Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 9 Feb 2024 13:59:51 -0500 Subject: Updated to newer version of psudb-common Some bugfixes in here greatly improve BloomFilter performance. --- external/psudb-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/psudb-common b/external/psudb-common index 56ce9fd..fc23de5 160000 --- a/external/psudb-common +++ b/external/psudb-common @@ -1 +1 @@ -Subproject commit 56ce9fdb9eaea076d9f54e564a6018121b052198 +Subproject commit fc23de575c11f3881358c8997b9949bb096d2ad9 -- cgit v1.2.3