{"id":16755435,"url":"https://github.com/mxmlnkn/ratarmountpp","last_synced_at":"2025-03-16T06:40:29.373Z","repository":{"id":78492472,"uuid":"412797237","full_name":"mxmlnkn/ratarmountpp","owner":"mxmlnkn","description":"C++ implementation of ratarmount","archived":false,"fork":false,"pushed_at":"2021-10-23T00:55:36.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-22T19:11:55.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mxmlnkn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-02T13:00:04.000Z","updated_at":"2024-09-11T06:51:43.000Z","dependencies_parsed_at":"2023-07-08T07:00:15.071Z","dependency_job_id":null,"html_url":"https://github.com/mxmlnkn/ratarmountpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxmlnkn%2Fratarmountpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxmlnkn%2Fratarmountpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxmlnkn%2Fratarmountpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mxmlnkn%2Fratarmountpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mxmlnkn","download_url":"https://codeload.github.com/mxmlnkn/ratarmountpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T03:22:30.438Z","updated_at":"2025-03-16T06:40:29.354Z","avatar_url":"https://github.com/mxmlnkn.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ratarmount++\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)\n[![Build Status](https://github.com/mxmlnkn/ratarmountpp/workflows/tests/badge.svg)](https://github.com/mxmlnkn/ratarmountpp/actions)\n![C++17](https://img.shields.io/badge/C++-17-blue.svg?style=flat-square)\n\n\nThis repository provides a prototype of ratarmount implemented with C++ to improve performance over the Python version, which has its limits in the Python layer itself and Python's global interpreter lock.\nFor now, this module is a proof of concept and will only work with uncompressed and bzip2 compressed TAR files, which do have preexisting `\u003cfile name\u003e.sqlite.index` files created by the original ratarmount.\n\n\n# Installation\n\n```\nsudo apt install g++ cmake\ngit clone --recursive https://github.com/mxmlnkn/ratarmountpp.git\ncd ratarmountpp; mkdir build; cd build\ncmake ..\nmake -j $( nproc )\nsudo make install\n```\n\n# Usage\n\nRatarmount++ requires a preexisting index file, therefore the workflow is like follows:\n\n```bash\nratarmount mylargetar.tar mountpoint  # creates index\nfusermount -u mountpoint\nratarmount++ mylargetar.tar mountpoint\nsrc/tools/benchmark-reading mountpoint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxmlnkn%2Fratarmountpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxmlnkn%2Fratarmountpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxmlnkn%2Fratarmountpp/lists"}