gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 151/324: utils: tokeniser: Some extra documentation.


From: gnunet
Subject: [gnunet-scheme] 151/324: utils: tokeniser: Some extra documentation.
Date: Tue, 21 Sep 2021 13:23:11 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit a1eb18b1fc11ea4149a6ed5b1f09663213deb03c
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 23:12:32 2021 +0200

    utils: tokeniser: Some extra documentation.
    
    * gnu/gnunet/utils/tokeniser.scm: Add some explanation
      I forgot.
---
 gnu/gnunet/utils/tokeniser.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/gnunet/utils/tokeniser.scm b/gnu/gnunet/utils/tokeniser.scm
index aa8a041..ff4b4ef 100644
--- a/gnu/gnunet/utils/tokeniser.scm
+++ b/gnu/gnunet/utils/tokeniser.scm
@@ -30,6 +30,8 @@
 ;; The Scheme implementation does not support the 'purge' and 'one-shot'
 ;; modes. 'purge' should be simple to implement though and 'one-shot'
 ;; could be implemented with delimited continuations.
+;;
+;; The implementation avoids copying when possible.
 
 (define-library (gnu gnunet utils tokeniser)
   (export make-tokeniser

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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