{"id":18876190,"url":"https://github.com/abhishekmishra-17/code-optimization-using-python","last_synced_at":"2026-02-18T10:30:16.467Z","repository":{"id":133890644,"uuid":"259775332","full_name":"Abhishekmishra-17/code-optimization-using-python","owner":"Abhishekmishra-17","description":"It is the program of code optimization using python....","archived":false,"fork":false,"pushed_at":"2020-05-31T19:56:43.000Z","size":43,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T02:11:32.553Z","etag":null,"topics":["code-optimizations","compiler","compiler-design","compiler-optimization","compilers","csv-files","optimization","pandas","pandas-dataframe","parser","parser-plugin","programming-language","python","python3"],"latest_commit_sha":null,"homepage":"https://github.com/Abhishekmishra-17/Code-optimization","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abhishekmishra-17.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-28T23:28:41.000Z","updated_at":"2023-01-30T02:53:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"da06831c-0ac2-4c31-bc69-6677bf3537a7","html_url":"https://github.com/Abhishekmishra-17/code-optimization-using-python","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/Abhishekmishra-17%2Fcode-optimization-using-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhishekmishra-17%2Fcode-optimization-using-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhishekmishra-17%2Fcode-optimization-using-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhishekmishra-17%2Fcode-optimization-using-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhishekmishra-17","download_url":"https://codeload.github.com/Abhishekmishra-17/code-optimization-using-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239832409,"owners_count":19704607,"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":["code-optimizations","compiler","compiler-design","compiler-optimization","compilers","csv-files","optimization","pandas","pandas-dataframe","parser","parser-plugin","programming-language","python","python3"],"created_at":"2024-11-08T06:11:32.574Z","updated_at":"2026-02-18T10:30:16.437Z","avatar_url":"https://github.com/Abhishekmishra-17.png","language":"Python","readme":"# Code-optimization\n Code optimization is a technique by which we can optimize our code by deleting all \"dead codes\" and by eleminating \"common expressions\" from the inputs.\n# Dead code\nDead code is that codes or expressions which does not affect output of the expressions(arithmatic).\ne.g a=9\nb=c+d\nc=7 and d=3 ...here \"a=9\" is dead code...\n# Common expression\nThe expressions which either \"R value\"(right value) or both \"L values (left values) and R values \" are same,are called common expressions.\n\ne.g a=b+c\nf=b+c\nare common expressions..\n\n# Code based...\nHere we can use the csv file(input.csv) as input, which contains the two header \"left\" and \"right\" for \"L value\" and \"R value \" respectively.\n\nOther file is \"output1.csv\", which is used to store the intermediate results..\n\n\"Code optimization.jpg\" file is final output...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishekmishra-17%2Fcode-optimization-using-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhishekmishra-17%2Fcode-optimization-using-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishekmishra-17%2Fcode-optimization-using-python/lists"}