{"id":15060365,"url":"https://github.com/joakimwinum/bytecorefast","last_synced_at":"2025-04-10T05:51:06.058Z","repository":{"id":242381967,"uuid":"809424653","full_name":"joakimwinum/bytecorefast","owner":"joakimwinum","description":"ByteCoreFast: A high-performance, 8-bit CPU emulator, designed as a drop-in replacement for ByteCore, offering enhanced speed while maintaining full compatibility with the original ByteCore interfaces.","archived":false,"fork":false,"pushed_at":"2025-02-18T18:09:36.000Z","size":205,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T17:52:24.849Z","etag":null,"topics":["8-bit-computing","assembly-language","computer-architecture","cpu-emulation","drop-in-replacement","high-performance","low-level-programming","microprocessor","python","software-development"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/bytecorefast/","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/joakimwinum.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-06-02T16:45:47.000Z","updated_at":"2025-02-05T19:29:06.000Z","dependencies_parsed_at":"2024-10-27T16:53:10.129Z","dependency_job_id":"66dc1e9a-0085-4f15-9d1f-9ade3c47b256","html_url":"https://github.com/joakimwinum/bytecorefast","commit_stats":null,"previous_names":["joakimwinum/bytecorefast"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakimwinum%2Fbytecorefast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakimwinum%2Fbytecorefast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakimwinum%2Fbytecorefast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joakimwinum%2Fbytecorefast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joakimwinum","download_url":"https://codeload.github.com/joakimwinum/bytecorefast/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166926,"owners_count":21058480,"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":["8-bit-computing","assembly-language","computer-architecture","cpu-emulation","drop-in-replacement","high-performance","low-level-programming","microprocessor","python","software-development"],"created_at":"2024-09-24T22:57:38.253Z","updated_at":"2025-04-10T05:51:06.031Z","avatar_url":"https://github.com/joakimwinum.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ByteCoreFast Emulator\n\nByteCoreFast is a high-performance drop-in replacement for the [ByteCore Emulator](https://github.com/joakimwinum/bytecore). It extends the ByteCore classes and replaces the emulator engine with a custom engine written in C for enhanced speed. This project aims to maintain 100% compatibility with the public interfaces of the [ByteCore Emulator](https://github.com/joakimwinum/bytecore). If you encounter any incompatibilities, please [create an issue](https://github.com/joakimwinum/bytecorefast/issues) detailing the discrepancy.\n\n## Key Features\n\n- Fast performance for long-running programs.\n- Seamless integration with ByteCore Emulator projects.\n- Simple installation and usage.\n\n## Installation\n\n### Using pip\n\nTo install ByteCoreFast, run:\n\n```bash\npip3 install bytecorefast\n```\n\n### Manual Setup\n\n1. Ensure you have Python 3.11 or newer installed.\n2. Clone the repository and navigate into the root directory.\n3. (Optional) Create a Python virtual environment to isolate dependencies.\n4. Install the necessary dependencies:\n\n```bash\npip3 install -r requirements.txt\n```\n\n### Codespaces Setup\n\nYou can also use Codespaces to run the emulator by clicking [here](https://github.com/codespaces/new?hide_repo_select=true\u0026ref=main\u0026repo=joakimwinum/bytecorefast).\n\n## How to Use\n\nTo use ByteCoreFast, replace the import statement in your project:\n\n```python\n# Original import\nfrom bytecore.emulator import ByteCore\n\n# New import for faster performance\nfrom bytecorefast.emulator import ByteCore\n```\n\nYou should now see improved performance for long-running programs. Note that small programs or step-by-step execution might be slower due to overhead.\n\n## Running the Emulator\n\nTo run the emulator, follow the instructions provided in the [ByteCore project](https://github.com/joakimwinum/bytecore).\n\n### Troubleshooting\n\nIf the C code is not compiled for your system, you may encounter issues. In such cases, please revert to the original ByteCore Emulator written entirely in Python.\n\n## License\n\nThis project is licensed under the terms of the MIT License. See the [LICENSE](https://github.com/joakimwinum/bytecorefast/blob/main/LICENSE) file for the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoakimwinum%2Fbytecorefast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoakimwinum%2Fbytecorefast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoakimwinum%2Fbytecorefast/lists"}