Pointless

A read-only relocatable data structure for JSON like data, with C and Python APIs
Download

Pointless Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Arni Mar Jonsson
  • Publisher web site:
  • http://code.google.com/u/@UhVXRFdVDhJMVwl6/

Pointless Tags


Pointless Description

A read-only relocatable data structure for JSON like data, with C and Python APIs Pointless is a data structure and a corresponding Python library, which can store JSON like data.Since the file is relocatable, it can be stored on disk, and mmap'd without any extra memory. If multiple processes use the same file, it only needs to be loaded once into memory.It grew out of the need to have multiple Python processes access the same data, with minimal memory overhead. Python Pickle does a similar job, but the data is always per-process, and takes much more memory. Requirements: · Python


Pointless Related Software