https://lucenenet.apache.org/contributing/mailing-lists.html
This page clearly states the process to subscribe (and unsubscribe) from the list. Atri On Sun, Mar 14, 2021 at 9:05 PM Yogi Valani <[email protected]> wrote: > > Hi, > > I have repeatedly asked to be removed from this mailing list. This mailing > list is in violation of UK Marketing and Advertising laws ( > https://www.gov.uk/marketing-advertising-law/direct-marketing) > > But can someone please remove my mail address from the > [email protected] list; and update all future mails sent to have an > unsubscribe link in the emails sent. > > Regards > > Yogi > > NB: I do understand this is an open source project and benefits to the IT > community as a whole. By referring to the law, this is in no way is this a > threat (direct or implied) of legal action. > > On Sun, 14 Mar 2021 at 12:40, GitBox <[email protected]> wrote: >> >> >> NightOwl888 opened a new pull request #442: >> URL: https://github.com/apache/lucenenet/pull/442 >> >> >> Since `Reverse()` on collections is an expensive operation, this review >> is just to ensure we aren't using it unnecessarily. >> >> There was one instances in `Lucene.Net.Suggest` where using `Stack<T>` >> could be used instead of reversing the output, and one instance where >> sorting the output was completely unnecessary. In the latter case, using >> `JCG.HashSet<T>` has already solved the test failures because its `Equals()` >> method respects set equality by default. >> >> Also, an unnecessary lock was removed that had been added during the port. >> >> >> >> >> ---------------------------------------------------------------- >> 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. >> >> For queries about this service, please contact Infrastructure at: >> [email protected] >> >> -- Regards, Atri Apache Concerted
