branch: elpa/extmap
commit 28e1dfd6bdd69fd4c294e7d5e19327a86e87e252
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Expand `README.md' a bit.
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 6cb5f93328..318ad13519 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,17 @@ This package doesn’t use any external programs, making it a 
suitable
 dependency for smaller libraries.
 
 
+## Typical workflow
+
+Normally, map file should be created by package maintainer.  On
+end-user machine, necessary values from this pregenerated file are
+retrieved.  If only relatively few values are required, a lot of
+memory (and probably also CPU time) can be saved by not loading the
+whole available database into memory on the user machine.
+
+For a usage example, refer to package `datetime`.
+
+
 ## Creating a map
 
 Creating disk maps doesn’t involve any additional tools and can be

Reply via email to