paulirwin commented on issue #1063: URL: https://github.com/apache/lucenenet/issues/1063#issuecomment-2537777391
I prototyped a ValueAtomicInt64 and it worked, but it was too difficult to prevent accidental copying, especially when exposed outside the type like in MergePolicy.OneMerge. So I think our best bet is going to be to stick with AtomicInt64 for now. I'm also creating an AtomicDouble class to wrap those bit-converting operations to/from long. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org