Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第3,7113,720项(搜索用时0.008秒)
devel/libglademm-2.6.7 (Score: 0.0012383816)
C++ wrapper for libglade2 library
This is a set of thin C++ wrappers for libglade v2 library.
devel/libhoard-3.10 (Score: 0.0012383816)
Fast, scalable, and memory-efficient allocator for MP
The Hoard memory allocator is a fast, scalable, and memory-efficient memory allocator for shared-memory multiprocessors. Multithreaded programs that perform dynamic memory allocation do not scale because the heap is a bottleneck. When multiple threads simultaneously allocate or deallocate memory from the heap, they will be serialized while waiting for the heap lock. Programs making intensive use of the heap actually slow down as the number of processors increases. (Note: If you make a lot of use of the STL, you may not know it, but you are making a lot of use of the heap.) Hoard is a fast allocator that solves this problem. In addition, it has very reasonable bounds on memory consumption.
devel/llvm-4.0.d20160824 (Score: 0.0012383816)
LLVM and Clang
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This port includes Clang (a C/C++/Objective-C compiler), LLD (a linker), LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure these are built on.
devel/liblouis-2.6.5 (Score: 0.0012383816)
Open-source Braille Translator And Back-translator
Liblouis is an open-source braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many, many languages and has support for hyphenation. New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables. Liblouis also supports math braille (Nemeth and Marburg). The formatting of braille is provided by the companion project liblouisxml.
devel/libnaji-0.6.4 (Score: 0.0012383816)
Library that generates, converts, and filters files
libnaji is a library of functions which implement the features of najitool, a flexible file generator, converter, and filter. libnaji is being developed in the ANSI C standard so it should work and compile on any system that supports ANSI C, which should be every system.
devel/libnfc-1.7.1 (Score: 0.0012383816)
Near Field Communication (NFC) library
The libnfc provides a simple yet complete low-level API for handling NFC devices and building NFC applications.
devel/liboop-1.0 (Score: 0.0012383816)
Low-level event loop management library for POSIX-based OS
Liboop is a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications which may respond to events from several sources. It replaces the "select() loop" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the basis for almost any application.
devel/liborcus-0.7.1 (Score: 0.0012383816)
Standalone file import filter library for spreadsheet documents
Orcus is a library that provides a collection of standalone file processing filters. It is currently focused on providing filters for spreadsheet documents, but filters for other productivity application types (such as wordprocessor and presentation) are in consideration.
devel/Horde_Rdo-2.1.0 (Score: 0.0012383816)
Horde Rampage Data Objects
Horde lightweight ORM layer
devel/liboil-0.3.17 (Score: 0.0012383816)
Library of optimized inner loops
Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Clearly such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). Many multimedia applications and libraries already do similar things internally. The goal of this project is to consolidate some of the code used by various multimedia projects, and also make optimizations easier to use by a broad range of applications.