From ab14d7cd9f75351dddfde5628d34a629dd5537d4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Aug 2018 16:04:30 -0400 Subject: [PATCH] devblog --- doc/devblog/day_512__fixed_race.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/devblog/day_512__fixed_race.mdwn diff --git a/doc/devblog/day_512__fixed_race.mdwn b/doc/devblog/day_512__fixed_race.mdwn new file mode 100644 index 0000000000..94f5d920ad --- /dev/null +++ b/doc/devblog/day_512__fixed_race.mdwn @@ -0,0 +1,5 @@ +Sleeping on that race from yesterday, I realized there is a way to fix it, +and have implemented the fix. It doubled the overhead of updating the +index, but that's worth it to not have a race condition to worry about. + +This work is supported by the NSF-funded DataLad project.