GithubHelp home page GithubHelp logo

cualquiercosa327 / acdfuse_c Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrcoldbird/acdfuse_c

0.0 0.0 0.0 145 KB

A Fuse implementation of ACD in C

License: GNU General Public License v2.0

C 100.00%

acdfuse_c's Introduction

##About This project uses sqlite3 libcurl and uses the acd_cli sqlite db. This idea is to accelerate the acd_cli fuse mount using some c.

##TODO

  • set st_ctime and st_mtime in SQLcallback_getattr
  • handle database locked
  • seems to have issues on armhf.
  • also has issues with relative paths (might be libfuse)

##build gcc acdfuse.c ringbuf.c `pkg-config fuse sqlite3 libcurl --cflags --libs` -ggdb -o acdfuse;

##mount ./acdfuse [-d] mountpoint [-o options]

##Benchmark

acdfuse_c

./acdfuse acd/
time find acd/ > /dev/null

real	0m10.172s
user	0m0.060s
sys	0m0.193s

###acd_cli

acd_cli mount acd/
time find acd/ > /dev/null

real	4m25.864s
user	0m0.233s
sys	0m0.703s

acdfuse_c's People

Contributors

timdawson264 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.