ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: "joshuay03 (Joshua Young) via ruby-core" <ruby-core@ml.ruby-lang.org>
To: ruby-core@ml.ruby-lang.org
Cc: "joshuay03 (Joshua Young)" <noreply@ruby-lang.org>
Subject: [ruby-core:117199] [Ruby master Feature#19787] Add Enumerable#uniq_map, Enumerable::Lazy#uniq_map, Array#uniq_map and Array#uniq_map!
Date: Sat, 16 Mar 2024 03:40:31 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-107288.20240316034031.52912@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-19787.20230729141300.52912@ruby-lang.org

Issue #19787 has been updated by joshuay03 (Joshua Young).


rubyFeedback (robert heiler) wrote in #note-6:

> Ultimately you only have to convince matz. :)
> 
> However had, matz may also request additional information and/or use case and
> "usefulness" of suggestions. Once features are added it is difficult to remove
> them due to backwards compatibility.

Thanks, that's a good point re: backwards compatibility.

> I am not really invested in the proposal here, so I will not comment much at
> all. The way how I use ruby I use .map {} a lot, and .uniq sometimes, but I 
> don't think I really had major use cases for combining the above into one 
> method call. Note that I also don't use .flat_map either - I kind of prefer
> to stay with one-word methods when possible. They seem to make more sense to
> my brain. (I understand a rationale for e. g. library authors where efficiency
> may be more important, but personally I use ruby as kind of "syntax sugar"
> over C, the operating system and everyday tasks - ruby is really like the 
> ultimate glue language the way how I use it. But that's just a side comment,
> I completely understand different people using ruby differently; just for my
> own use cases I don't seem to need .uniq_map or .flat_map. By the way, I also
> find it harder to remember the method names for two-word methods, e. g. 
> .map_uniq or .map_flat; that's also one reason I stick with oldschool method
> chaining. Perhaps I am getting old ... .lazy is a bit different in that it
> also defers using something at "when it is needed", along with the functional
> use cases it has, which I think is different to both .flat_map and .uniq_map.)

I appreciate the feedback.

----------------------------------------
Feature #19787: Add Enumerable#uniq_map, Enumerable::Lazy#uniq_map, Array#uniq_map and Array#uniq_map!
https://bugs.ruby-lang.org/issues/19787#change-107288

* Author: joshuay03 (Joshua Young)
* Status: Open
----------------------------------------
I would like to propose a collection of new methods, `Enumerable#uniq_map`, `Enumerable::Lazy#uniq_map`, `Array#uniq_map` and `Array#uniq_map!`.

TL;DR: It's a drop in replacement for `.map { ... }.uniq`, with (hopefully) better performance.

I've quite often had to map over an array and get its unique elements. It occurred to me when doing so recently that Ruby doesn't have a short form method for doing that, similar to how `.flat_map { ... }` replaces `.map { ... }.flatten` and `.filter_map { ... }` replaces `.map { ... }.compact` (with minor differences). I think these new methods could be beneficial both in terms of better performance and writing more succinct code.

I've got a draft PR up with some initial benchmarks in the description: https://github.com/ruby/ruby/pull/10269.



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/

      parent reply	other threads:[~2024-03-16  3:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-29 14:13 [ruby-core:114309] [Ruby master Feature#19787] Add Enumerable#uniq_map, Enumerable::Lazy#uniq_map, Array#uniq_map and Array#uniq_map! joshuay03 (Joshua Young) via ruby-core
2023-07-31  8:40 ` [ruby-core:114313] " mame (Yusuke Endoh) via ruby-core
2023-07-31 10:13 ` [ruby-core:114314] " joshuay03 (Joshua Young) via ruby-core
2023-07-31 14:22 ` [ruby-core:114320] " austin (Austin Ziegler) via ruby-core
2023-07-31 14:50 ` [ruby-core:114321] " rubyFeedback (robert heiler) via ruby-core
2024-03-16  3:30 ` [ruby-core:117198] " joshuay03 (Joshua Young) via ruby-core
2024-03-16  3:40 ` joshuay03 (Joshua Young) via ruby-core [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-107288.20240316034031.52912@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    --cc=noreply@ruby-lang.org \
    --cc=ruby-core@ml.ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).