Coder Social home page Coder Social logo

Jun He's Projects

metasim icon metasim

Metasim is used to simulate metadata behaviors in PLFS (Parallel Log-structured File System) and beyond. It is a platform for explorations.

plfs-core icon plfs-core

PLFS is a parallel virtual file system that rearranges random, concurrent writes into sequential writes to unique files (i.e. N-1 into N-N). Available under LANL LA-CC-08-104.

plfs-map-replayer icon plfs-map-replayer

This little program reads the output of plfs_map (of the PLFS project) and replays the writes. Note that the timestamp is ignored. It just does it one by one from top to the bottom.

pyfallocate icon pyfallocate

pyfallocate allows Python script to call Linux fallocate().

qio-2.2.0-posix icon qio-2.2.0-posix

The original QIO uses C lib I/O calls. This little project is to change it to use POSIX calls (open, write,.. ) and MPI-IO calls (MPI_File_*). Doing this is because using C lib I/O causes problem on PLFS. Please find the code using POSIX (open, write..) in branch posix, the code using MPI-IO in branch mpiio.

redis icon redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.

reuse-me icon reuse-me

These are my own libraries that I put codes that I think I might re-use in the future. Including R, python, C/C++...

riosea icon riosea

A R tool to see (animate) the fine I/O behaviors.

rocksdb icon rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.

time-log-vis icon time-log-vis

An interactive shiny application that visualizes aTimeLogger2 report

tiny-benchmarks icon tiny-benchmarks

Several simple benchmarks to evaluate CPU, memory, disk and network.

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.