{"id":17655117,"url":"https://github.com/ickc/tail-legacy","last_synced_at":"2025-09-11T05:13:35.887Z","repository":{"id":90861342,"uuid":"89214545","full_name":"ickc/TAIL-legacy","owner":"ickc","description":"TAIL: Experimental parallelization of POLARBEAR's AnalysisBackend through Cython","archived":false,"fork":false,"pushed_at":"2021-03-26T21:30:13.000Z","size":1180,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T06:37:50.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/ickc.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":"2017-04-24T08:17:58.000Z","updated_at":"2021-03-26T21:24:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"de677ef6-e79b-4eec-9ba9-8448de8d4668","html_url":"https://github.com/ickc/TAIL-legacy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ickc/TAIL-legacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2FTAIL-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2FTAIL-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2FTAIL-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2FTAIL-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ickc","download_url":"https://codeload.github.com/ickc/TAIL-legacy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickc%2FTAIL-legacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274580283,"owners_count":25311128,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-23T12:40:51.180Z","updated_at":"2025-09-11T05:13:35.847Z","avatar_url":"https://github.com/ickc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ickc/TAIL.svg?branch=master)](https://travis-ci.org/ickc/TAIL)\n\n# Introduction\n\nExperimental parallelization of POLARBEAR's AnalysisBackend through Cython — refactorize, modernize, cythonize, parallelize.\n\nTAIL stands for This Ain't Interpreted Language, which emphasize all modules are written in Cython and hence compiled. It is also a word play on POLARBEAR's AnalysisBackend — the \"backend of polarbear\", which has the shortest tails among living bears. Symbolically, TAIL should be like a tail of a polarbear — you never notice it in front of this powerful polarbear.\n\n# Instructions\n\n## Installing dependencies\n\nFirst, it is highly recommend to use the Intel's Distribution for Python and Intel's icc, icpc compilers.\n\nYou can install the dependencies for the modules and tests by\n\n```bash\n# modules\npip install -r requirements.txt\n# Tests\npip install -r tests/requirements.txt\n```\n\n## Building from source\n\nCurrently, you can either use Intel or GNU compiler to compile the source:\n\n```bash\n# Intel\nmake CXX=icpc\n# GNU\nmake CXX=g++\n```\n\nCaveat: for some reason, on some systems you need to specify `CC` instead:\n\n```bash\n# Intel\nmake CC=icpc\n# GNU\nmake CC=g++\n```\n\n## Running Tests\n\n```bash\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickc%2Ftail-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fickc%2Ftail-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickc%2Ftail-legacy/lists"}