{"id":28724186,"url":"https://github.com/processone/bfile","last_synced_at":"2025-06-15T10:09:26.011Z","repository":{"id":27182931,"uuid":"30652825","full_name":"processone/bfile","owner":"processone","description":"An interface to fast FILE I/O","archived":false,"fork":false,"pushed_at":"2015-02-11T14:59:08.000Z","size":136,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-03-10T23:08:30.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/processone.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-11T14:57:49.000Z","updated_at":"2022-11-12T06:11:33.000Z","dependencies_parsed_at":"2022-08-17T17:10:35.423Z","dependency_job_id":null,"html_url":"https://github.com/processone/bfile","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/processone/bfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Fbfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Fbfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Fbfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Fbfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/processone","download_url":"https://codeload.github.com/processone/bfile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processone%2Fbfile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259957280,"owners_count":22937549,"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":"2025-06-15T10:09:24.041Z","updated_at":"2025-06-15T10:09:25.972Z","avatar_url":"https://github.com/processone.png","language":"C","readme":"An interface to fast FILE I/O\n\nIt's based on an old and hacked version\nof the BSD FILE*\n\nTo install, type make; make install\nand it shuld install itself as an app in your\nerlang dir.\n\nSee the source src/bfile.erl for API\n\nHere's an example shell session:\n\n\n2\u003e bfile:load_driver().\nok\n4\u003e {ok, Fd} = bfile:fopen(\"Makefile\", \"r\").\n{ok,{bfile,#Port\u003c0.98\u003e}}\n5\u003e bfile:fgets(Fd).\n{line,\u003c\u003c10\u003e\u003e}\n6\u003e bfile:fgets(Fd).\n{line,\u003c\u003c10\u003e\u003e}\n7\u003e bfile:fgets(Fd).\n{line,\u003c\u003c97,108,108,58,32,10\u003e\u003e}\n14\u003e bfile:fread(Fd, 10000).\n{ok,\u003c\u003c10,10,105,110,115,116,97,108,108,58,32,97,108,108,10,9,40,99,100,32,99,95,115,114,99,59,32,...\u003e\u003e}\n15\u003e bfile:fread(Fd, 10000).\neof\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessone%2Fbfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprocessone%2Fbfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessone%2Fbfile/lists"}