-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEPENDENCIES
28 lines (22 loc) · 1.59 KB
/
DEPENDENCIES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This directory contains all Sparkle dependencies, except for the glibc and
libstdc++ that should be provided by the operating system.
* **zlog-1.2.14** is a reliable, high-performance, thread safe, flexsible,
clear-model, pure C logging library. It can process 250,000 logs per second
on simgle thread.
* **zlib-1.2.7** is a general purpose data compression library. All the
code is thread safe. The data format used by the zlib library is described
by RFCs (Request for Comments) 1950 to 1952 in the files
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format)
and rfc1952 (gzip format).
* **openssl-1.0.2k** is a software library for applications that secure
communications over computer networks against eavesdropping or need to
identify the party at the other end. It is widely used by Internet servers,
including the majority of HTTPS websites.
* **libuv-1.0.0** is a multi-platform support library with a focus on
asynchronous I/O. It was primarily developed for use by Node.js, but it's
also used by Luvit, Julia, pyuv, and others.
* **jerasure-2.0** is a C implementation of Reed-Solomon coding. The version
2.0 pretty much Jerasure 1.2 without the original Galois Field backend.
Version 2.0 links directly to GF-Complete, which is more flexible than the
original, and *much* faster, because it leverages SIMD instructions.
* **boost-1.53.0** is a set of libraries for the C++ programming language that provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing.