{"id":13800201,"url":"https://github.com/xuwei-k/nobox","last_synced_at":"2025-04-10T02:19:29.716Z","repository":{"id":538230,"uuid":"13829240","full_name":"xuwei-k/nobox","owner":"xuwei-k","description":"immutable primitive array/NonEmptyArray wrapper for Scala","archived":false,"fork":false,"pushed_at":"2024-05-06T21:58:50.000Z","size":370,"stargazers_count":33,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-06T22:43:18.751Z","etag":null,"topics":["data-structures","primitive-arrays","scala","scala-js","scala-native"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/xuwei-k.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-10-24T10:30:01.000Z","updated_at":"2024-05-30T02:06:04.878Z","dependencies_parsed_at":"2023-12-25T06:24:33.674Z","dependency_job_id":"71cfd8dc-a229-4efb-b5cc-01ce2eb985ae","html_url":"https://github.com/xuwei-k/nobox","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fnobox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fnobox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fnobox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xuwei-k%2Fnobox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xuwei-k","download_url":"https://codeload.github.com/xuwei-k/nobox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142907,"owners_count":21054672,"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":["data-structures","primitive-arrays","scala","scala-js","scala-native"],"created_at":"2024-08-04T00:01:10.414Z","updated_at":"2025-04-10T02:19:29.688Z","avatar_url":"https://github.com/xuwei-k.png","language":"Scala","funding_links":[],"categories":["Functional Programming"],"sub_categories":[],"readme":"# nobox\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.xuwei-k/nobox_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.xuwei-k/nobox_2.12)\n[![scaladoc](https://javadoc.io/badge2/com.github.xuwei-k/nobox_2.13/javadoc.svg)](https://javadoc.io/doc/com.github.xuwei-k/nobox_2.13/latest/nobox/index.html)\n\nimmutable primitive array wrapper for Scala\n\n## what's this\n\nnobox means **No** Boxing primitive values.\nThere are [`ArrayOps`](https://github.com/scala/scala/blob/v2.12.13/src/library/scala/collection/mutable/ArrayOps.scala) and [`WrappedArray`](https://github.com/scala/scala/blob/v2.12.13/src/library/scala/collection/mutable/WrappedArray.scala) in [Scala standard library](http://docs.scala-lang.org/overviews/collections/arrays.html), but these operations sometimes so slow.\nThis library provide more efficient(faster and less memory) operations for primitive arrays.\n\n### latest stable version\n\n```scala\nlibraryDependencies += \"com.github.xuwei-k\" %% \"nobox\" % \"0.4.0\"\n```\n\nfor scala-js, scala-native\n\n```scala\nlibraryDependencies += \"com.github.xuwei-k\" %%% \"nobox\" % \"0.4.0\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fnobox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxuwei-k%2Fnobox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxuwei-k%2Fnobox/lists"}