Main > Free Download Search >

Free nedmalloc 1.04 alpha software for linux

nedmalloc 1.04 alpha

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 680
nedmalloc 1.04 Alpha

nedmalloc 1.04 Alpha


nedmalloc an alternative malloc implementation written in C for multiple threads without lock contention. more>>
nedmalloc an alternative malloc implementation written in C for multiple threads without lock contention based on dlmalloc v2.8.3.
It is more or less a newer implementation of ptmalloc2, the standard allocator in Linux (which is based on dlmalloc v2.7.0) but also contains a per-thread cache for maximum CPU scalability. It comes under the Boost software license which permits commercial usage.
It is more than 125 times faster than the standard Win32 memory allocator, 4-10 times faster than the standard FreeBSD memory allocator and up to twice as fast as ptmalloc2, the standard Linux memory allocator. It can sustain between 7.3m and 8.2m malloc & free pair operations per second on a 2200Mhz AMD Athlon64 machine.
It scales with extra CPUs far better than either the standard Win32 memory allocator or ptmalloc2 and can cause significantly less memory bloating than ptmalloc2. nedmalloc project avoids processor serialisation (locking) entirely when the requested memory size is in the thread cache.
Enhancements:
- This is an interim release from SVN as there have been many critical bugs fixed as nedmalloc was deployed on very high end architectures.
- Further speed ups and scalability improvements also made.
- However, this release is marked "alpha" since the usual thorough release testing has not been performed.
<<less
Download (0.069MB)
Added: 2006-10-08 License: Open Software License Price:
1112 downloads
DIMP 1.0 Alpha

DIMP 1.0 Alpha


DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience. more>>
DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience (thus DIMP... Dynamic IMP).

If you are interested in helping develop DIMP, or just want to ask questions and keep an eye on its progress, be sure to join our mailing list.

<<less
Download (0.30MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
810 downloads
TalkSoup 1.0 alpha

TalkSoup 1.0 alpha


TalkSoup is a fully configurable graphical IRC client for both GNUstep and Mac OS X. more>>
TalkSoup is a fully configurable graphical IRC client for both GNUstep and Mac OS X.

Its simplistic interface is made extremely powerful by the fact that all parts of the IRC client are implemented as runtime-loaded plugins, so additional plugins can be made to further extend TalkSoup.

TalkSoup supports a tabbed interface, DCC file transfer, and most common features found in other IRC clients.

<<less
Download (0.33MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1507 downloads
pdb 1.0 Alpha

pdb 1.0 Alpha


pbd is a simple database management system for PHP programs. more>>
pbd is a simple database management system for PHP programs.

This DBMS can be used to create a Web site that dynamically stores data even if you cant afford a Web hosting service that offers MySQL.

pdb is simple and easy to use.
<<less
Download (0.011MB)
Added: 2007-01-16 License: Other/Proprietary License Price:
1016 downloads
Helis 1.0.3 alpha

Helis 1.0.3 alpha


Helis is a bug tracking system. more>>
Helis is a free bug tracking system :
- It runs on a LAMP server (Linux, Apache, MySQL, PHP).
- The authenticated users reach Helis through their web browser.
Main features:
Ability to manage releases
- E.g. returns resolved bugs between release 1.04 beta and 1.00 alpha.
Precise access rights
- Users may read a leaf, open it, assign it, give priority; their access rights are defined for each software. The user profiles group these access rights.
Email notifications
- These are alerts to keep informed the concerned people and general announces for the subscribers.
English or french languages.
Respects the W3C standards
- DTD HTML 4.01 Transitional
- CSS 2
Helis is under the GPL license
<<less
Download (0.44MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
DharmaDoc 0.27 alpha

DharmaDoc 0.27 alpha


DharmaDoc is a Buddhist reference library creator that uses existing tools. more>>
DharmaDoc automates most of the tedious work involved in setting up a local Web server that contains a Buddhist reference library.

The program allows you to download and install documents, and generates a search engine index.

Afterward, you can just type your Buddhist topic of interest into a Web browser and get a wealth of information.
<<less
Download (0.27MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1647 downloads
DLibs 0.4 Alpha

DLibs 0.4 Alpha


DLibs is a PHP framework built keeping in mind the KISS rule. more>>
DLibs project is a PHP framework built keeping in mind the KISS rule.

Main components are ActiveDB, a simple implementation of the ActiveRecord pattern and ActiveForm, a simple form handler.
<<less
Download (0.017MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
mp3plot 0.4.0 Alpha

mp3plot 0.4.0 Alpha


mp3plot project prints out a plot of the bitrate distribution of a VBR MP3 file. more>>
mp3plot project prints out a plot of the bitrate distribution of a VBR MP3 file (it will also do it for CBR files although it isnt very meaningful).

It should be architecture independent but I havent tested beyond PCs.
Theres a much more mature tool that does the same and more: mp3stat at signal-lost.homeip.net/projects. mp3stat refuses to work on my system(s) and having an interest in mp3s internal structure I gave a shot at it with mp3plot.

<<less
Download (0.030MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
878 downloads
AFoC 0.2 Alpha 1

AFoC 0.2 Alpha 1


AFoC is a website framework written in python and geared towards content management. more>>
AFoC is a website framework written in Python and geared towards content management. It is free software and extremely modular, meaning that it is designed to make almost every component optional and replaceable.
The standard AFoC download consists of only a small, minimal website system that can be extended with a variety of easily installable modules, to create sites like this one, for example.
Enhancements:
- AFoC is now completely and utterly modular, in the sense that the download only contains a common core onto which modules can easily be installed.
<<less
Download (0.62MB)
Added: 2007-08-14 License: GPL v3 Price:
801 downloads
rpnKalc Alpha

rpnKalc Alpha


rpnKalc is a very simple rpn (reverse polish notation) calculator. more>>
rpnKalc is a very simple rpn (reverse polish notation) calculator. Be warned I know very little about math and programming. Do not use for anything important such as money.

I am posting this in hope that i can get feedback on usability (things like keyboard commands) and if it functions proper.

Usage:
where #: is a place in the stack
d = drop
s = swap
n = sign change (1:)*(-1)
p = to the power 2:^1:
r = 1:root(2:)
+ = addition
- = subtracion
* = Multiplication
/ = division
Things that dont yet exist.
add trig functions
e
ln
log
variables
abs
pi
modules %

<<less
Download (0.012MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1219 downloads
Freeplot 0.0.1 Alpha

Freeplot 0.0.1 Alpha


FreePlot is a simple mathematical program that plots 2-D functions written in Python. more>>
FreePlot is a simple mathematical program that plots 2-D functions written in Python. Freeplot provides an easy to use interface and a powerful graphing mechanism that allows the user to understand what he is doing at all times.
Main features:
- Out-of-the-box multiplatform support: GNU/Linux, BSD, Windows32, MacOS
- Save functions to an image file
- Unlimited number of functions on the same cartesian plane
- Multiple colors
- Multiple line styles and marks.
- Legend support
<<less
Download (0.042MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1127 downloads
Deck 0.1 Alpha

Deck 0.1 Alpha


Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP). more>>
Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP) on-line public access catalog systems.
Deck is currently alpha-quality, but it is under active development and it can
already be used to build functional web applications.
Enhancements:
- This release provides basic browse and keyword search capability as well as user authentication.
<<less
Download (0.16MB)
Added: 2006-09-07 License: LGPL (GNU Lesser General Public License) Price:
1844 downloads
kNeu 0.2 alpha

kNeu 0.2 alpha


kNeu is a port from the DLG Neu Icon Theme. more>>
kNeu is a brand new Icon Theme based entirely on Sivestre Herreras DLG Neu Icon Set.
kNeu intends to be some cartoonish, but not stupid. Quiet, but not silent. Shiny, but not scandalous.
When you look at your screen, this icon set intends to say: "hey. they look really nice in my KDE!"
Right now this icon set is in alpha state, wich means that it can have some errors, and, of course, therere a lot of icons missing, and im working to complete this set.
Alpha 0.2 is available, i created a lot of new icons from the original gnome release... hope you like it..
Enhancements:
- Second release, some minor errors fixed, some icons added, like kgpg iconset and a new konqueror icon.
<<less
Download (5.6MB)
Added: 2005-10-01 License: GPL (GNU General Public License) Price:
1483 downloads
rimo 0.2 alpha

rimo 0.2 alpha


rimo is a tool that runs from cron and executes commands when an email from a known address is sent to an IMAP4 account. more>>
rimo lets you execute commands on Unix based systems via an email from a known address sent to an IMAP4 account.

rimo is designed to be run as a cron process; rimo scans the IMAP4 account for new rimo email messages and executes the command specified in them.

The scanned email messages have their flags set to "seen" so that subsequent scans will not re-execute the commands.

The intent of rimo is to allow for job dispatch and control via non-traditional clients such as a cell phone.
<<less
Download (0.008MB)
Added: 2005-10-27 License: Python License Price:
1458 downloads
Stereo 0.0.2 Alpha

Stereo 0.0.2 Alpha


Stereo is a Gnome/Mono application to copy mp3 files to mp3 player. more>>
Gnome/Mono application to copy mp3 files to mp3 player

Stereo is a GTK/mono application for copying MP3 files (either from a 3mu type playlist or database search onto an MP3 player than can be seen by Linux as a USB hard drive.

This is the initial alpha release - 0.0.1.

<<less
Download (0.12MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1563 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5