Giter VIP home page Giter VIP logo

mmap's Introduction

CRAN/METACRAN CRAN/METACRAN

mmap

R interface to POSIX mmap and Window's MapViewOfFile.

mmap's People

Contributors

jaryan avatar lemnica avatar

Stargazers

Sandalots avatar Kirill Müller avatar Aaron Robotham avatar Caleb Jenkins avatar Andrew Allen Bruce avatar Jonathan Carroll avatar Michael Milton avatar Hongyuan Jia avatar  avatar Justin Landis avatar Alexandros Kouretsis avatar Will Bonnell avatar Justin M. Shea avatar  avatar

Watchers

 avatar Justin M. Shea avatar

mmap's Issues

Consider facility to return non-materialized subset given Ops

Something possibly along lines of either overriding [[ bracket or m[] returns an mmap subset which [] would then materialize. Not sure of design pattern here and whether this could be implemented in as a package above this lower level implementation of mmap

mmap variable length character arrays

Add support for nul separated character arrays (C-style).

Likely need to dynamically mmap as raw, find nuls and then maintain an offset corresponding to the number of elements (len) in file. When querying, the char can be mapped in dynamically with only additional overhead being this additional index. The index could also be in turn mmapped back out and kept out of core.

Enable cstring na.strings=

Enable the (re)use of comparison SEXP to possibly be vectorized - this would allow for na.strings= behavior akin to read.table, but would also open door to multiple comparisons for all Ops (mmap_compare) operations.

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.