{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":762056407,"defaultBranch":"main","name":"data-structures-rs","ownerLogin":"AnthonyMBonafide","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-02-23T01:59:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5567511?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1709576167.0","currentOid":""},"activityList":{"items":[{"before":"3e4a6667c927c8e838c8158c61d82730343f1764","after":null,"ref":"refs/heads/feature/add-insert-to-hashmap","pushedAt":"2024-03-04T18:16:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"}},{"before":"ae2020efe2c429b6f2c6191e57ad5b0465f268c2","after":"32299fe059b6b1d49a21de384aba6dea055770ef","ref":"refs/heads/main","pushedAt":"2024-03-04T18:16:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Add Hashmap Data structure (#1)\n\n* Add Hashmap Functionality\r\n\r\nCreate implementation of Hashmap from scratch with the common functions expected to be associated with a Hashmap\r\n\r\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Add Hashmap Data structure (#1)"}},{"before":null,"after":"8c6757ff6f6fab65d4fb0c80f8a9813e99bbca89","ref":"refs/heads/feature/linkedlist","pushedAt":"2024-03-04T04:24:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Starting LinkedList Implementation\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Starting LinkedList Implementation"}},{"before":"9b6d829caf07129e94ae2069df27fa80cf497009","after":"3e4a6667c927c8e838c8158c61d82730343f1764","ref":"refs/heads/feature/add-insert-to-hashmap","pushedAt":"2024-03-03T04:14:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Clean up Hashmap code\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Clean up Hashmap code"}},{"before":"35191c109bf66200a16bcf8aef2420120ec2b5ca","after":"9b6d829caf07129e94ae2069df27fa80cf497009","ref":"refs/heads/feature/add-insert-to-hashmap","pushedAt":"2024-02-29T04:46:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Finish Hashmap Implementation\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Finish Hashmap Implementation"}},{"before":"d51b97e6fcd4f44d9c20e41f57ef7936a7ba7240","after":"35191c109bf66200a16bcf8aef2420120ec2b5ca","ref":"refs/heads/feature/add-insert-to-hashmap","pushedAt":"2024-02-26T05:13:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Fix Collision Bug\n\nFix issue where key collisions would not get properly added to a bucket\ncausing the data to be lost.\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Fix Collision Bug"}},{"before":"478b17a032911016ffa0e861e3ad1ed1da5d146f","after":"d51b97e6fcd4f44d9c20e41f57ef7936a7ba7240","ref":"refs/heads/feature/add-insert-to-hashmap","pushedAt":"2024-02-25T20:49:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Add Implementation For Insert & Get For Buckets\n\nAdd and/or fix existing functionality for Bucket\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Add Implementation For Insert & Get For Buckets"}},{"before":null,"after":"478b17a032911016ffa0e861e3ad1ed1da5d146f","ref":"refs/heads/feature/add-insert-to-hashmap","pushedAt":"2024-02-23T21:44:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Add Functionality to Insert Items\n\nUpdate Hashmap to not use static arrays which would not allow the\nHashmap to grow beyond its defined size, but rather use Vec so that the\nsize can be controlled for better performance.\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Add Functionality to Insert Items"}},{"before":"a0eab86e50f5641388c711a67948d2acefaa9989","after":"ae2020efe2c429b6f2c6191e57ad5b0465f268c2","ref":"refs/heads/main","pushedAt":"2024-02-23T05:26:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Initial Layout Of Hashmap Structure\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Initial Layout Of Hashmap Structure"}},{"before":"785d1864c1de90a8999bcdd38cb8d223bccb47a7","after":"a0eab86e50f5641388c711a67948d2acefaa9989","ref":"refs/heads/main","pushedAt":"2024-02-23T02:02:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Initial Commit\n\nSigned-off-by: Anthony M. Bonafide ","shortMessageHtmlLink":"Initial Commit"}},{"before":null,"after":"785d1864c1de90a8999bcdd38cb8d223bccb47a7","ref":"refs/heads/main","pushedAt":"2024-02-23T01:59:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AnthonyMBonafide","name":"Anthony M. Bonafide","path":"/AnthonyMBonafide","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5567511?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEDAzwXgA","startCursor":null,"endCursor":null}},"title":"Activity ยท AnthonyMBonafide/data-structures-rs"}