From debce2eaa6bd62dca4d0a2ad5603af69528ced04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 26 Oct 2011 15:39:50 +0200 Subject: stdlib: Remove the deprecated regexp module --- system/doc/efficiency_guide/commoncaveats.xml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'system/doc/efficiency_guide/commoncaveats.xml') diff --git a/system/doc/efficiency_guide/commoncaveats.xml b/system/doc/efficiency_guide/commoncaveats.xml index 61d13636c0..7f2d51e609 100644 --- a/system/doc/efficiency_guide/commoncaveats.xml +++ b/system/doc/efficiency_guide/commoncaveats.xml @@ -32,20 +32,6 @@

Here we list a few modules and BIFs to watch out for, and not only from a performance point of view.

-
- The regexp module - -

The regular expression functions in the - regexp - module are written in Erlang, not in C, and were - meant for occasional use on small amounts of data, - for instance for validation of configuration files - when starting an application.

- -

Use the re module - (introduced in R13A) instead, especially in time-critical code.

-
-
The timer module -- cgit v1.2.3