pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:275:
An important and useful side-effect of this class is that the process will start to respond to kill -QUIT by printing a lot of debug information to stderr, including memory usage, and if pike is compiled with profiling, the CPU used since the last time kill -QUIT was called. o Debug.Profiling Tools useful for collecting and format for output the profiling information generated when pike is compiled --with-profiling.
+
o NetUtils
+
This module contains a lot of functions useful for the storage and
+
processing of network addresses, it supports IPv4 and IPv6.
+
o Added ADT.CritBit module Mapping-like key-sorted data structures for string, int and float-keys (ADT.CritBit.Tree, ADT.CritBit.IntTree, ADT.CritBit.FloatTree). Implemented in C. o Standards.BSON A new module for working with BSON serialized data. See http://bsonspec.org/ o Geography.GeoIP