Giter Site home page Giter Site logo

blue119 / code-used-on-daniel-lemire-s-blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lemire/code-used-on-daniel-lemire-s-blog

0.0 2.0 0.0 2.71 MB

This is a repository for the code posted on my blog

Home Page: http://lemire.me/blog/

C++ 80.63% Java 13.94% C 4.76% Python 0.41% Gnuplot 0.22% Shell 0.02%

code-used-on-daniel-lemire-s-blog's Introduction

Code used on Daniel Lemire's blog

by D. Lemire

blog: http://lemire.me/blog/



This code is meant to illustrate ideas
that I present on my blog. Don't expect or
ask for industrial-strength software. It is
experimental code: it can be wrong, slow, poorly
coded and poorly documented.

I do maintain some software meant for actual
use, with bona fide unit testing and documentation.
The code here does not fit in this category.


== Corresponding blog posts ==

Code is provided in support of the following blog posts:
  
  Data alignment for speed: myth or reality?
  http://lemire.me/blog/archives/2012/05/31/data-alignment-for-speed-myth-or-reality/

  Fast bitmap decoding
  http://lemire.me/blog/archives/2012/05/21/fast-bitmap-decoding/
  
  Bit packing is fast, but integer logarithm is slow
  http://lemire.me/blog/archives/2012/04/05/bit-packing-is-fast-but-integer-logarithm-is-slow/

  How fast is bit packing?
  http://lemire.me/blog/archives/2012/03/06/how-fast-is-bit-packing/

  Bitmaps are surprisingly efficient
  http://lemire.me/blog/archives/2012/02/17/bitmaps-are-surprisingly-efficient/

  Use random hashing if you care about security?
  http://lemire.me/blog/archives/2012/01/17/use-random-hashing-if-you-care-about-security/

  The language interpreters are the new machines
  http://lemire.me/blog/archives/2011/06/14/the-language-interpreters-are-the-new-machines/

  3 surprising facts about the computation of scalar products
  http://lemire.me/blog/archives/2011/11/28/3-surprising-facts-about-the-computation-of-the-scalar-product/

  Make your own programmable digital thermometer in an hour
  http://lemire.me/blog/archives/2010/12/24/make-your-own-programmable-digital-thermometer-in-an-hour/

  For your in-memory databases, do you really need an index?"
  http://lemire.me/blog/archives/2010/12/20/for-your-in-memory-databases-do-you-really-need-an-index/

  Is multiplication slower than addition?
  http://lemire.me/blog/archives/2010/07/19/is-multiplication-slower-than-addition/

  Sorting is fast and useful
  http://lemire.me/blog/archives/2010/05/20/sorting-is-fast-and-useful/

== languages ==

You'll find code written in :

- C
- C++
- Java
- Python

and possibly other languages.


== licensing ==

Unless otherwise stated, I make no copyright claim
on this code: you may consider it to be in the public
domain.

Don't bother forking this code: just steal it.

code-used-on-daniel-lemire-s-blog's People

Contributors

klmr avatar lemire avatar pbannister avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.