Ubuntu is composed of many software packages, the vast majority of which are distributed under a free software license. The only exceptions are some proprietary hardware drivers.The main license used is the GNU General Public License (GNU GPL) which, along with the GNU Lesser General Public License (GNU LGPL), explicitly declares that users are free to run, copy, distribute, study, change, develop and improve the software. On the other hand, there is also proprietary software available that can run on Ubuntu. Ubuntu focuses on usability, security and stability. The Ubiquity installer allows Ubuntu to be installed to the hard disk from within the Live CD environment, without the need for restarting the computer prior to installation. Ubuntu also emphasizes accessibility and internationalization to reach as many people as possible.
Custom Search

BitMagic is a C++ template library designed and developed to implement efficient platform independent bitsets.

Thursday, May 20, 2010

BitMagic is C++ library designed and developed to implement efficient platform independent bitsets.

Key features:

  • Several types of on the fly adaptive compression.
  • Dynamic range of addressable space of 232-1 bits.
  • Efficient memory management.
  • Cache optimized bitset distance algorithms.
  • Serialization in platform independent, compact format suitable for storing in files and databases.
  • Performance tuning for 32-bit and 64-bit systems.
  • Optimization for SSE2 128-bit integer SIMD.
  • Optimization for SSE4.2 128-bit integer SIMD and application extensions

BitMagic is Open Source, free library. You can use this software in any commercial or non-commercial projects, free of any charge. Though we encorage you to let us know about your projects, and applications of BitMagic.

There is only one licensing limitation: if you use BitMagic Library -- please mention the authors and the library in any work derived from this project.

Why BitMagic Library?

Intended uses for bitset library:

1. STL companion. C++ Standard Template Library provides classes for bit storage and manipulations. It is a good start, but serious project ofter grows in its requirements. BitMagic implements container with dynamic resize, iterators, algorithms and serialization. Unlike STL, BitMagic library wants to invest into platform dependent optimizations to improve performance. Another good candidate would be Boost C++ Library and dynamic_bitset<>.

2. Tool for full text search systems and engines. Bit-sets are a popular format for storing inverted lists (one of the key indexing formats for search systems). Classic plain bit-sets often lose to inverted lists as inefficient. BitMagic library implements light-weight compression methods to switch between lists and bit-masks under the hood, while keeping programmer interface stable. BitMagic serialization automatically stores bit-vectors as compressed lists when it is beneficial.

3. Statistical computing, correlations and clustering. BitMagic library includes algorithms for binary distances (Humming, etc) and can be used in statistical computing when problem is formulated in binary spaces.

4. Non-SQL databases. There are a lot of database engines on the market offering non-SQL access. One example would be Berkeley DB. The fact that those engines does not offer SQL does not mean programmers have to abandome algebra of sets. BitMagic Library helps to implement sets algebra and make non-SQL database functionally powerful (and fast).

5. Non-standard extensions for industrial RDBMS. Modern industrial database systems (like Oracle) often offer APIs and services and frameworks for extensibility: external procedures, extensible indexing, query optimization can be used to build powerful, reusable server-based components. BitMagic library can be used for building custom indexes to handle geo-spatial, bio-chemical and other data often stored in BLOBs and unavailable for traditional RDBMS based indexing.

6. Algorithms for near-realtime network and cluster management. Bit-sets can be used to create very efficient in-memory indexes and structures to store millions state machines for network management or task-resource tracking in distributed computing cluster.

Download.


Adserver 610x250


If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

rss_trappola

Related Post


Linux Links

0 commenti:

My Favorites

Antipixel & Counters

Dr.5z5 Open Feed Directory BlogESfera Directorio de Blogs Hispanos - Agrega tu Blog BlogItalia.it - La directory italiana dei blog Software blogs Computers blogs Il Bloggatore Add to Technorati Favorites diigo it Peru Blogs Programming Blogs - Blog Catalog Blog Directory AddThis Social Bookmark Button Find the best blogs at Blogs.com. website counter
Social Bookmarking
Add to: Mr. Wong Add to: Webnews Add to: Icio Add to: Oneview Add to: Linkarena Add to: Favoriten Add to: Seekxl Add to: Kledy.de Add to: Social Bookmarking Tool Add to: BoniTrust Add to: Power Oldie Add to: Bookmarks.cc Add to: Favit Add to: Newskick Add to: Newsider Add to: Linksilo Add to: Readster Add to: Folkd Add to: Yigg Add to: Digg Add to: Del.icio.us Add to: Reddit Add to: Jumptags Add to: Upchuckr Add to: Simpy Add to: StumbleUpon Add to: Slashdot Add to: Netscape Add to: Furl Add to: Yahoo Add to: Spurl Add to: Google Add to: Blinklist Add to: Blogmarks Add to: Diigo Add to: Technorati Add to: Newsvine Add to: Blinkbits Add to: Ma.Gnolia Add to: Smarking Add to: Netvouz Information

Recent Posts