summaryrefslogtreecommitdiff
blob: e9e02fd9444353bc9428b6065e0416b958a643a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
	<maintainer>
		<email>xarthisius@gentoo.org</email>
		<name>Kacper Kowalik</name>
	</maintainer>
	<longdescription>
	The module is written in C and it is up to 250 times faster when compared to
	the other python JSON implementations which are written directly in python.
	This speed gain varies with the complexity of the data and the operation and
	is the the range of 10-200 times for encoding operations and in the range of
	100-250 times for decoding operations.
	</longdescription>
</pkgmetadata>