From 5afb3d954e6b71ef2c92003002a7276ff1ab468c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Gen=C3=A7?= Date: Thu, 1 Apr 2021 04:45:16 -0400 Subject: [PATCH] Fix duplicated entry --- content/index.markdown | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/content/index.markdown b/content/index.markdown index 0fb8756..c8859ab 100644 --- a/content/index.markdown +++ b/content/index.markdown @@ -56,19 +56,6 @@ corresponding implementation for one of my publications listed below. [Github](https://github.com/PLaSSticity/Crafty) -
-## Crafty - -A transactional persistent memory library, written in C. Provides transactional -data storage capabilities to programs by utilizing existing hardware -transactional memory support of processors, combined with the new non-volatile -memory hardware. Allows programs to store and access data efficiently, and -without the need for additional concurrency synchronization. This is the -corresponding implementation for the publication of the same name listed below. - -[Github](https://github.com/PLaSSticity/Crafty) -
-
## SDP & WDP data race detectors