gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: use mmap() instead of mallo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: use mmap() instead of malloc, rename heap->flat as database is persisted in flat file
Date: Sat, 29 Jun 2019 10:20:35 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new dec6cf00d use mmap() instead of malloc, rename heap->flat as database 
is persisted in flat file
dec6cf00d is described below

commit dec6cf00dfa65bf1607c0cfcd80f2170d533b02b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jun 29 10:19:37 2019 +0200

    use mmap() instead of malloc, rename heap->flat as database is persisted in 
flat file
---
 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 405a04b90..2d32931fd 100644
--- 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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]