Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / puzpuzpuz/xsync issues and pull requests

#148 - Support Go 1.23 Iterators

Issue - State: closed - Opened by amnonbc about 1 month ago - 3 comments
Labels: question

#147 - Using runtime functions via go:linkname is not allowed

Issue - State: open - Opened by grongor about 2 months ago - 3 comments

#146 - [FEATURE REQUEST] - Introduce functions Keys, Values, AsMap, Clone

Issue - State: open - Opened by oarkflow about 2 months ago - 2 comments
Labels: enhancement, question

#145 - sync: unlock of unlocked mutex

Issue - State: closed - Opened by liangsqrt 2 months ago - 2 comments
Labels: question

#144 - Warning about passing lock by value in xsync.Range function. Is that expected?

Issue - State: open - Opened by mernesteze-eng 2 months ago - 1 comment
Labels: question

#143 - MapOf crash with nil value

Issue - State: closed - Opened by DmitryBryluk 2 months ago - 2 comments
Labels: question

#142 - Is map struct can avoid ABA issue?

Issue - State: closed - Opened by jianfengye 2 months ago - 2 comments

#141 - Improve RBMutex readme

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago

#140 - Fix optimistic RBMutex methods and add tests

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago

#139 - Fix Map/MapOf capacity calculation for WithPresize

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago
Labels: bug

#138 - Add RBMutex.TryRLock

Pull Request - State: closed - Opened by kkroo 3 months ago - 2 comments
Labels: enhancement

#137 - Add NewMapOfWithHasher function

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago - 1 comment
Labels: performance

#136 - Improve readme

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago

#135 - Change license to Apache License 2.0

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago

#134 - Speed up MapOf lookups

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago
Labels: enhancement, performance

#133 - Expose Map/MapOf statistics

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago
Labels: enhancement

#132 - Introduce Map/MapOf configs and grow-only option

Pull Request - State: closed - Opened by puzpuzpuz 3 months ago
Labels: enhancement

#131 - Can xsync.MapOf be encoded/decoded with gob.Encoder as-is?

Issue - State: closed - Opened by karelbilek 3 months ago - 3 comments
Labels: question

#130 - reduce mapof delete operation cost

Issue - State: closed - Opened by someview 4 months ago - 7 comments
Labels: enhancement

#129 - mapof add tooManyOverflowBuckets limits to grow table

Issue - State: closed - Opened by someview 4 months ago - 2 comments
Labels: question

#128 - [xsync.MapOf] Atomically delete a value based on value's state?

Issue - State: closed - Opened by alberto-miranda 5 months ago - 4 comments
Labels: question

#127 - Add `allocsPerTest` test case for `mapof.Load`

Pull Request - State: closed - Opened by rabbbit 6 months ago - 1 comment

#126 - `xsync.MapOf.Load` may lead to key allocation, unlike `sync.Map` and `xsync.Map`

Issue - State: closed - Opened by rabbbit 6 months ago - 2 comments
Labels: question

#125 - Map/MapOf.Range iteration order

Issue - State: open - Opened by mdogan 6 months ago - 1 comment
Labels: enhancement, question

#124 - Readme is not clear (at least not for me :))

Issue - State: closed - Opened by megalepozy 7 months ago - 2 comments
Labels: question

#123 - Store based on previous value

Issue - State: open - Opened by german94 7 months ago - 1 comment
Labels: question

#122 - Improve NewMapPresized/NewMapOfPresized godoc

Pull Request - State: closed - Opened by puzpuzpuz 7 months ago - 1 comment
Labels: documentation

#121 - Use presized Map/MapOf argument as the minimal map capacity

Pull Request - State: closed - Opened by puzpuzpuz 7 months ago - 1 comment
Labels: documentation, enhancement

#120 - [Question] Deadlock detection

Issue - State: closed - Opened by sruehl 7 months ago - 4 comments
Labels: question

#119 - `MapOf` - Document zero value in the context of `Load` and whether or not it applies to deleted items during `Range`

Issue - State: closed - Opened by flowchartsman 7 months ago - 1 comment
Labels: documentation, question

#118 - What is the behavior of pre-sized and un-sized map?

Issue - State: closed - Opened by ivanjaros 8 months ago - 1 comment
Labels: enhancement, question

#117 - MPMC queue CPU usage through the roof

Issue - State: closed - Opened by ivanjaros 8 months ago - 6 comments
Labels: question

#116 - LoadOrCompute should document intended per-key behavior

Issue - State: closed - Opened by pnegahdar 10 months ago - 4 comments
Labels: question

#115 - add counter.AddAndLoad

Pull Request - State: closed - Opened by ryanfkeepers 11 months ago
Labels: enhancement

#114 - Copy on write map

Issue - State: open - Opened by jorgebay 11 months ago - 3 comments
Labels: enhancement

#113 - Fix too aggressive Map/MapOf shrinking on deletion leading to out of range panic

Pull Request - State: closed - Opened by puzpuzpuz 11 months ago - 1 comment
Labels: bug

#112 - panic on Compute

Issue - State: closed - Opened by mdumandag 11 months ago - 2 comments
Labels: bug

#111 - Fix lost updates on concurrent Map/MapOf resize

Pull Request - State: closed - Opened by puzpuzpuz 11 months ago
Labels: bug

#110 - Compatible with non-generic versions of Go

Pull Request - State: closed - Opened by fufuok 11 months ago - 3 comments

#109 - Map Leaking entries...

Issue - State: closed - Opened by klauspost 11 months ago - 4 comments
Labels: question

#108 - Get rid of hash function in MapOf factory functions

Pull Request - State: closed - Opened by puzpuzpuz 11 months ago - 1 comment
Labels: enhancement, performance

#107 - Fast zero-allocation universal hash function

Pull Request - State: closed - Opened by destel 12 months ago - 2 comments
Labels: enhancement

#106 - Speed up built-in string hash function

Pull Request - State: closed - Opened by puzpuzpuz about 1 year ago
Labels: performance

#105 - In v2 a default hasher (of strings) is missing

Issue - State: closed - Opened by shmul about 1 year ago - 5 comments
Labels: question

#104 - Add concurrent queue with generics support (MPMCQueueOf)

Pull Request - State: closed - Opened by puzpuzpuz about 1 year ago - 1 comment
Labels: enhancement

#103 - Please improve error handling on methods and interfaces

Issue - State: closed - Opened by dileep315r about 1 year ago - 3 comments
Labels: documentation, question

#102 - Is there any reason to not use xsync.Map?

Issue - State: open - Opened by 65947689564 over 1 year ago - 6 comments
Labels: question, performance

#101 - Mention v1 as discontinued version in readme

Pull Request - State: closed - Opened by puzpuzpuz over 1 year ago
Labels: documentation

#100 - LoadOrCompute duplicate compute bug on v1 implementation

Issue - State: closed - Opened by petee-d over 1 year ago - 4 comments
Labels: question

#99 - Improve test consistency

Pull Request - State: closed - Opened by puzpuzpuz over 1 year ago - 1 comment
Labels: cleanup

#98 - Fix nextPowOf2 on zero input

Pull Request - State: closed - Opened by rfyiamcool over 1 year ago
Labels: bugfix

#97 - Adds MapOf.LoadOrTryCompute for atomic error handling

Pull Request - State: closed - Opened by kkroo over 1 year ago - 4 comments
Labels: enhancement

#96 - Adds MapOf.LoadOrTryCompute for atomic error handling

Pull Request - State: closed - Opened by kkroo over 1 year ago

#95 - Update README.md: fix typo

Pull Request - State: closed - Opened by starsep over 1 year ago - 1 comment
Labels: documentation

#94 - "Drawbacks" you say?

Issue - State: closed - Opened by FrankDMartinez over 1 year ago - 2 comments
Labels: question

#93 - Add blog post references to readme

Pull Request - State: closed - Opened by puzpuzpuz over 1 year ago
Labels: documentation

#92 - Mention v2 import suffix in readme

Pull Request - State: closed - Opened by puzpuzpuz over 1 year ago
Labels: documentation

#91 - Nesting multiple xsync.MapOf maps not supported, or...?

Issue - State: closed - Opened by grongor over 1 year ago - 2 comments
Labels: question

#90 - [Question] CPU cache friendly byte slice

Issue - State: closed - Opened by stokito over 1 year ago - 2 comments
Labels: question

#89 - Is it possible to use zero value of Map/MapOf struct?

Issue - State: open - Opened by elee1766 almost 2 years ago - 5 comments
Labels: enhancement, question

#88 - Get rid of pools in Map/MapOf.Range

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: cleanup

#87 - Fix potential iteration over duplicate keys in Map/MapOf.Range

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: bugfix

#86 - Add presized constructors for Map and MapOf

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement

#85 - Map: add way to provide initial size hints

Issue - State: closed - Opened by costela almost 2 years ago - 4 comments
Labels: enhancement

#84 - Simplify throughput metric

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: cleanup

#83 - Update benchmark results page

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: documentation, benchmark

#82 - Optimize MapOf.Range

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: cleanup

#81 - Report throughput metric in benchmarks

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: benchmark

#80 - Update test

Pull Request - State: closed - Opened by fufuok almost 2 years ago - 2 comments
Labels: question

#79 - Update MapOf readme

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: documentation

#78 - New MapOf design

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: enhancement

#77 - Fix hashUint64 function godoc

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: cleanup

#76 - Optimize MapOf integer hash function

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: performance

#75 - Optimize RBMutex footprint and thread-to-slot distribution

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement

#74 - Fix out of range error in Counter on GOMAXPROCS change

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: bugfix, cleanup

#73 - Fix counter index on dynamically set number of CPUs

Pull Request - State: closed - Opened by fufuok almost 2 years ago - 1 comment

#72 - Improve Map and MapOf godoc

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: documentation, cleanup

#71 - Optimize Counter thread-to-stripe distribution

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement

#70 - Built-in hash function for comparable types

Issue - State: closed - Opened by psyhatter almost 2 years ago - 5 comments

#69 - Add Compute method to Map

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement

#68 - Load and compute

Pull Request - State: closed - Opened by veqryn almost 2 years ago - 2 comments
Labels: enhancement

#67 - Improve map Range benchmarks

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: benchmark

#66 - Fix the second `valueFn` call in `(*MapOf) LoadOrCompute`.

Pull Request - State: closed - Opened by psyhatter almost 2 years ago

#65 - Add Compute method to Map and MapOf

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 3 comments
Labels: enhancement

#64 - Add Clear method to Map and MapOf

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: enhancement

#63 - Fix duplicate keys on intensive map insertion and deletion

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: bug

#62 - Add parallel resize tests for Map and MapOf

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: tests

#61 - Update version in package name

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: bug

#59 - Update readme

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: documentation

#58 - Improve map examples

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: documentation, cleanup

#57 - Rotate seed on map resize

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: enhancement

#56 - Use hash/maphash instead of go:linkname hacks

Pull Request - State: closed - Opened by Merovius almost 2 years ago - 4 comments
Labels: enhancement, cleanup

#55 - Simplify top hash functions in map

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: cleanup

#54 - Use all available bits in map top hashes

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: cleanup

#53 - Upgrade GHA actions to v3

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago
Labels: cleanup

#52 - Reduce map bucket size to 1CL

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement

#51 - Expose built-in string hash function

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement

#50 - Add LoadOrCompute method to Map and MapOf

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement

#49 - Support arbitrary comparable keys in MapOf

Pull Request - State: closed - Opened by puzpuzpuz almost 2 years ago - 1 comment
Labels: enhancement