{"id":19013126,"url":"https://github.com/vectrix-space/flare","last_synced_at":"2025-04-16T01:27:34.621Z","repository":{"id":42166060,"uuid":"347914750","full_name":"vectrix-space/flare","owner":"vectrix-space","description":"Useful thread-safe collections with performance in mind for Java 8+.","archived":false,"fork":false,"pushed_at":"2025-04-11T18:46:59.000Z","size":411,"stargazers_count":24,"open_issues_count":12,"forks_count":1,"subscribers_count":1,"default_branch":"main/2","last_synced_at":"2025-04-11T19:49:42.116Z","etag":null,"topics":["collections","hacktoberfest","java","java-library","thread-safe"],"latest_commit_sha":null,"homepage":"","language":"Java","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/vectrix-space.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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,"zenodo":null}},"created_at":"2021-03-15T09:51:12.000Z","updated_at":"2025-02-01T17:04:14.000Z","dependencies_parsed_at":"2023-10-03T08:11:31.127Z","dependency_job_id":"42bcbed5-6e4c-4369-8d27-b9e0f5716c99","html_url":"https://github.com/vectrix-space/flare","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectrix-space%2Fflare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectrix-space%2Fflare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectrix-space%2Fflare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectrix-space%2Fflare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vectrix-space","download_url":"https://codeload.github.com/vectrix-space/flare/tar.gz/refs/heads/main/2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249181365,"owners_count":21225890,"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":["collections","hacktoberfest","java","java-library","thread-safe"],"created_at":"2024-11-08T19:21:59.280Z","updated_at":"2025-04-16T01:27:34.604Z","avatar_url":"https://github.com/vectrix-space.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flare [![Discord](https://img.shields.io/discord/819522977586348052?style=for-the-badge)](https://discord.gg/rYpaxPFQrj)\n=====\n![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/vectrix-space/flare/build/main)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue)](license.txt)\n[![Maven Central](https://img.shields.io/maven-central/v/space.vectrix.flare/flare?label=stable)](https://search.maven.org/search?q=g:space.vectrix.flare%20AND%20a:flare*)\n![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/space.vectrix.flare/flare?label=dev\u0026server=https%3A%2F%2Fs01.oss.sonatype.org)\n\nUseful thread-safe collections with performance in mind.\n\n## Building\n__Note:__ If you do not have [Gradle] installed then use `./gradlew` for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.\n\nIn order to build Flare you simply need to run the `gradle build` command. You can find the compiled JAR file in `./flare/build/libs` or `./flare-fastutil/build/libs` labeled 'flare-2.0.1.jar' or 'flare-fastutil-2.0.1.jar'.\n\n## Benchmarks\n\n[SyncMap Benchmarks](https://github.com/vectrix-space/flare/tree/main/benchmark#readme)\n\n## Dependency\n\nGradle:\n```groovy\nrepositories {\n  mavenCentral()\n}\n\ndependencies {\n  implementation \"space.vectrix.flare:flare:2.0.1\"\n  implementation \"space.vectrix.flare-fastutil:2.0.1\"\n}\n```\n\nMaven:\n```xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003espace.vectrix.flare\u003c/groupId\u003e\n    \u003cartifactId\u003eflare\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.1\u003c/version\u003e\n  \u003c/dependency\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003espace.vectrix.flare\u003c/groupId\u003e\n    \u003cartifactId\u003eflare-fastutil\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.1\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Credits\n\nVarious concepts inspired by [Go].\n\n- [connorhartley]\n- [astei]\n\nInitially designed for [Mineteria](https://mineteria.com/).\n\n[Go]: https://golang.org/\n\n[connorhartley]: https://github.com/connorhartley\n[astei]: https://github.com/astei\n\n[Gradle]: https://www.gradle.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectrix-space%2Fflare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectrix-space%2Fflare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectrix-space%2Fflare/lists"}