{"id":24452866,"url":"https://github.com/avramrobert/vector-ops","last_synced_at":"2025-09-02T08:36:57.770Z","repository":{"id":62435072,"uuid":"115936602","full_name":"AvramRobert/vector-ops","owner":"AvramRobert","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-04T00:03:04.000Z","size":68,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T18:57:23.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AvramRobert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-01T18:10:54.000Z","updated_at":"2021-10-09T20:34:08.000Z","dependencies_parsed_at":"2022-11-01T20:46:02.800Z","dependency_job_id":null,"html_url":"https://github.com/AvramRobert/vector-ops","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/AvramRobert%2Fvector-ops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvramRobert%2Fvector-ops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvramRobert%2Fvector-ops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvramRobert%2Fvector-ops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AvramRobert","download_url":"https://codeload.github.com/AvramRobert/vector-ops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650427,"owners_count":21139672,"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":[],"created_at":"2025-01-21T01:17:22.439Z","updated_at":"2025-04-13T01:00:23.538Z","avatar_url":"https://github.com/AvramRobert.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vector-ops\n\nClojure collection operations optimised for vectors.\n\nIf you've ever wanted optimised vector versions of functions like `take`, `drop`, `concat` etc.,\nyou'll most probably find them here.\n\n**NOTE:** Subvectors not yet supported\n## Clojars\n\n```clj\n[vector-ops \"0.1.0\"]\n```\n\n## Usage \n```clojure \n=\u003e (require '[vector-ops.core :as v])\nnil \n\n=\u003e (v/takev 3 [1 2 3 4 5])\n[1 2 3] \n\n=\u003e (v/dropv-last 2 [1 2 3 4 5])\n[1 2 3]\n\n...\n```\n\nAnd so on..\n## Benchmarks\nYou may find here: [Benchmarks](/benchmarks/benchmark.md)\n\n## License\n\nCopyright © 2018 Robert M. Avram\n\nDistributed under the Apache-2.0 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favramrobert%2Fvector-ops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favramrobert%2Fvector-ops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favramrobert%2Fvector-ops/lists"}