Git Product home page Git Product logo

modestxively's Introduction

ModestXively

This is a memory efficient version of ERxPachube library (https://code.google.com/p/pachubelibrary/) for Pachube/Cosm/Xively GET and PUT API communication.

RAM efficiency is achieved by not preparing the whole message in RAM before sending it. The problem is that the size of the message body must be known before it is sent. To avoid having to prepare the whole message to know its size a fixed pre estimated size is sent instead. Then the message is generated and directly sent character by character while they are created thus not taking up any memory. Finally, to keep the anounced message size, the message is padded with blanks until the size is reached.

This has two drawbacks: first, a fixed size must be chosen that will not be exeeded by the message under all circumstances. Secondly, Time is wasted by having to send the padding blanks. But the memory saving is considrable and the upper bound of the message size can be estimated relatively easy.

With this method the maximum number of streams could be increased from 5 to 32.

This library also adds the possibility to extract the current time from the HTTP header.

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.