commit 18cbec3ba01286d16c93bc62a0d5ed938bce0f67 Author: Opensource Date: Mon Dec 3 17:32:31 2018 -0500 Deprecate Identity ==> operator (#10346) (sapling split of 000f44439d8e95fedecbf1fea840517b67cd8cf1) src/jvm/io/fsq/common/scala/Identity.scala | 5 +++++ 1 file changed, 5 insertions(+) commit 530af5879dcbd4c59b79206d5f006a3d6adf04ee Author: Ian Tabolt Date: Mon Nov 26 11:29:27 2018 -0500 Optimize topNSorted (#10154) Now it uses a more efficient topNSorted to take top 50, then generates elements for the 50 that will be displayed. The [sample] page now loads in ~250ms instead of 3 seconds. (sapling split of 293669823c113f35a85062cf7c034a68ee4f7eb0) src/jvm/io/fsq/common/scala/Lists.scala | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) commit 8bc51c8002bc94f60a75559b43d23fc59acedc8c Author: Scott Snyder Date: Sun Aug 19 23:44:00 2018 -0400 use new toArrayBy for speed (#8255) (sapling split of e81bc2243115d7dba5b8b18f618098d4d7ce4528) src/jvm/io/fsq/common/scala/Lists.scala | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit 62e99d46b1cd99cbf1ab67120d14459620000ec1 Author: Scott Snyder Date: Thu Aug 16 20:08:04 2018 -0400 add toArrayBy list implicit (#8240) (sapling split of f16e38fe9eb3187589f629a02b4d1aa8801c2810) src/jvm/io/fsq/common/scala/Lists.scala | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit 4aa6650f859c8e3087dcbbf46171775a1a0deead Author: Ian Tabolt Date: Fri Jun 15 17:56:01 2018 -0400 Scalafmt EVERYTHING (#6987) * Run scalafmt on everything * Flip the switch to enable scalafmt (FSQ_ENABLE_SCALAFMT=True) * Add some // format: off and // format: on comments in particularly weird cases * Disable scalafmt on files that cause exceptions (sapling split of 61c9ef3975aa4f55f70e479d7908f42de0685d26) (sapling split of 8264ffd5eb789041b44688c92b468f426833730e) src/jvm/io/fsq/common/scala/LazyLocal.scala | 26 +- src/jvm/io/fsq/common/scala/Lists.scala | 352 ++++++++++++++++------------ src/jvm/io/fsq/common/scala/TryO.scala | 4 +- 3 files changed, 223 insertions(+), 159 deletions(-) commit a21d29da582c12a387ecc0044c9d5fb63321c85a Author: Opensource Date: Sat Apr 14 09:45:49 2018 -0400 Add groupByKeyValueSet to Lists.scala (sapling split of 9db24a95a125a8c2ed1728bd0d05f1101e72077d) src/jvm/io/fsq/common/scala/Lists.scala | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) commit 993b66772e60eab5834fc6b90c11769a0d8d4ca9 Author: Jacob Van De Weert Date: Fri Feb 2 21:32:15 2018 +0000 move some FSIterable helpers to FSTraversibleOnce (#4533) This allows them to also be used on views and iterators. Note that this breaks their use on vararg values for reasons that are unclear to me -- I consider that an ok tradeoff here since the workaround (inserting a .toIterator before whatever method) is relatively simple and basically free. This also removes the unused CanBuildFrom implicit parameter from seq2FSTraversableOnce, which allows that converter to also pick up Ranges (as seq2FSIterable does). (sapling split of 3de3617b4bb46ec171996bfab12133ad6cd08f37) src/jvm/io/fsq/common/scala/Lists.scala | 254 ++++++++++++++++---------------- 1 file changed, 127 insertions(+), 127 deletions(-) commit 14b9529baf8ff1b3adf29e7a16808279103231ef Author: Opensource Date: Tue Jan 16 14:45:50 2018 -0500 Remove median and medianOpt from Lists.scala (#4181) (sapling split of 2c0c28ed98d70058aa974d2c94149e87bd501b5e) src/jvm/io/fsq/common/scala/Lists.scala | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-)