use mmap() instead of malloc, rename heap->flat as database is persisted in flat...
authorChristian Grothoff <christian@grothoff.org>
Sat, 29 Jun 2019 08:19:37 +0000 (10:19 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 29 Jun 2019 08:19:37 +0000 (10:19 +0200)
ChangeLog

index 405a04b90154859b978c8c9d3e4da0ebbc8957d6..2d32931fdd648c219ae47e7e2a360db4911f66d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat 29 Jun 2019 10:18:55 AM CEST
+  Renamed "heap" namestore backend to "flat" as it does
+  persist data in a file. Made it work with databases larger
+  than 16 MB. -CG
+
 Sat 15 Jun 2019 11:45:35 PM CEST
   Improved gnunet-gns performance for many ego scenario. -CG