Home liberachat/#haskell: Logs Calendar

Logs: liberachat/#haskell

←Prev  Next→
Page 1 .. 911 912 913 914 915 916 917 918 919 920 921 .. 18027
1,802,674 events total
2021-07-12 02:49:56 <monochrom> crane is a bird, too
2021-07-12 02:53:55 × Guest81 quits (~Guest81@187.83.249.216.dyn.smithville.net) (Quit: Client closed)
2021-07-12 02:54:02 <DigitalKiwi> i can only assume the crane operator is like the normal bird operator but taller
2021-07-12 02:54:16 <monochrom> yeah
2021-07-12 02:54:58 <DigitalKiwi> and it eats the fish operator
2021-07-12 02:55:24 <monochrom> "Is this an ecosystem?" meme
2021-07-12 02:56:16 <DigitalKiwi> *chortles*
2021-07-12 02:56:52 monochrom tweets "the phrase 'programming language ecosystem' encourages a toxic culture because it implies that some members are meant to be predators, the rest meant to be preys"
2021-07-12 02:57:02 <DigitalKiwi> When feeding on land, they consume seeds, leaves, nuts and acorns, berries, fruit, insects, worms, snails, small reptiles, mammals, and birds.
2021-07-12 02:57:02 × shapr quits (~user@pool-100-36-247-68.washdc.fios.verizon.net) (Ping timeout: 265 seconds)
2021-07-12 02:57:56 DigitalKiwi looks at self nick https://i.redd.it/8bnu2wr6oam41.jpg
2021-07-12 02:59:51 <DigitalKiwi> phrik calls me a digitized chirping fruit with citizenship lol
2021-07-12 03:00:00 × Taneb quits (~Taneb@2001:41c8:51:10d:aaaa:0:aaaa:0) (Quit: I seem to have stopped.)
2021-07-12 03:01:08 Taneb joins (~Taneb@runciman.hacksoc.org)
2021-07-12 03:10:02 ubikium joins (~ubikium@113x43x248x70.ap113.ftth.arteria-hikari.net)
2021-07-12 03:11:41 <oso> is there any simple container with a more efficient lookup than Set? or is that the one to go with?
2021-07-12 03:12:52 gehmehgeh_ joins (~user@user/gehmehgeh)
2021-07-12 03:13:13 <Axman6> HashSet?
2021-07-12 03:14:20 <oso> ooh, and it even specifically mentions performing better for strings. thanks!
2021-07-12 03:14:59 × gehmehgeh quits (~user@user/gehmehgeh) (Ping timeout: 244 seconds)
2021-07-12 03:15:22 × fef quits (~thedawn@user/thedawn) (Remote host closed the connection)
2021-07-12 03:17:22 × edr quits (~edr@user/edr) (Ping timeout: 252 seconds)
2021-07-12 03:17:30 alx741 joins (~alx741@186.178.108.20)
2021-07-12 03:19:03 edr joins (~edr@enlo.co)
2021-07-12 03:19:03 × edr quits (~edr@enlo.co) (Changing host)
2021-07-12 03:19:03 edr joins (~edr@user/edr)
2021-07-12 03:21:44 zebrag joins (~chris@user/zebrag)
2021-07-12 03:25:38 × ubikium quits (~ubikium@113x43x248x70.ap113.ftth.arteria-hikari.net) (Quit: Quit)
2021-07-12 03:26:53 × zebrag quits (~chris@user/zebrag) (Remote host closed the connection)
2021-07-12 03:29:54 × alx741 quits (~alx741@186.178.108.20) (Quit: alx741)
2021-07-12 03:30:58 × jao quits (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 272 seconds)
2021-07-12 03:31:11 zebrag joins (~chris@user/zebrag)
2021-07-12 03:32:56 × zebrag quits (~chris@user/zebrag) (Remote host closed the connection)
2021-07-12 03:33:02 <janus> oso: but strings are going to be hashed slowly just because of their representation... no?
2021-07-12 03:33:44 <oso> hackage says "The implementation is based on hash array mapped tries. A HashSet is often faster than other Ord-based set types, especially when value comparisons are expensive, as in the case of strings."
2021-07-12 03:33:53 <oso> oh value comparisons, not key comparisons
2021-07-12 03:34:10 <monochrom> They mean key comparisons.
2021-07-12 03:34:15 <oso> wait sorry got confused bc i'm also using hashmap
2021-07-12 03:34:20 <oso> for something else
2021-07-12 03:35:04 pfurla_ joins (~pfurla@ool-182ed2e2.dyn.optonline.net)
2021-07-12 03:37:13 × machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 258 seconds)
2021-07-12 03:37:55 × pfurla quits (~pfurla@ool-182ed2e2.dyn.optonline.net) (Ping timeout: 246 seconds)
2021-07-12 03:39:50 × nate1 quits (~nate@108-233-125-227.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 272 seconds)
2021-07-12 03:44:50 notzmv joins (~zmv@user/notzmv)
2021-07-12 03:46:45 × yauhsien quits (~yauhsien@118-167-64-241.dynamic-ip.hinet.net) (Read error: Connection reset by peer)
2021-07-12 03:46:53 wei2912 joins (~wei2912@112.199.250.21)
2021-07-12 03:48:58 yauhsien joins (~yauhsien@118-167-64-241.dynamic-ip.hinet.net)
2021-07-12 03:52:01 <oso> wow, the switch from list to hashset was an order of magnitude speedup on a heavy test, 0.25s -> 0.2s
2021-07-12 03:52:07 <oso> 0.02s*
2021-07-12 04:08:50 <DigitalKiwi> <3 appropriate data structure. i had a lua port of pacman many years ago that had a few cases it was faster than pacman because i could implement them with tables and associated features but pacman only had linked lists
2021-07-12 04:09:51 × JSharp quits (sid4580@id-4580.tooting.irccloud.com) ()
2021-07-12 04:09:54 mikail_ joins (~mikail@90.212.77.3)
2021-07-12 04:10:12 JSharp joins (sid4580@id-4580.tooting.irccloud.com)
2021-07-12 04:23:22 × mikail_ quits (~mikail@90.212.77.3) (Ping timeout: 252 seconds)
2021-07-12 04:23:35 merijn joins (~merijn@83-160-49-249.ip.xs4all.nl)
2021-07-12 04:23:38 retroid_ joins (~retro@90.218.175.34)
2021-07-12 04:23:55 wallymathieu joins (~wallymath@81-234-151-21-no94.tbcn.telia.com)
2021-07-12 04:27:03 × poljar quits (~poljar@93-139-36-109.adsl.net.t-com.hr) (Ping timeout: 268 seconds)
2021-07-12 04:30:57 Guest9 joins (~Guest9@103.240.204.23)
2021-07-12 04:31:11 gzj joins (~GZJ0X@199.193.127.73.16clouds.com)
2021-07-12 04:32:42 × Vajb quits (~Vajb@hag-jnsbng11-58c3a1-224.dhcp.inet.fi) (Read error: Connection reset by peer)
2021-07-12 04:46:28 × Guest9 quits (~Guest9@103.240.204.23) (Ping timeout: 252 seconds)
2021-07-12 04:47:52 akhileshs joins (~user@c-73-63-166-39.hsd1.ca.comcast.net)
2021-07-12 04:48:07 × akhileshs quits (~user@c-73-63-166-39.hsd1.ca.comcast.net) (Client Quit)
2021-07-12 04:51:38 MorrowM joins (~Morrow@bzq-110-168-31-106.red.bezeqint.net)
2021-07-12 04:52:28 × Morrow quits (~Morrow@bzq-110-168-31-106.red.bezeqint.net) (Ping timeout: 246 seconds)
2021-07-12 04:53:23 xerxes joins (~xerxes@117.222.64.42)
2021-07-12 04:55:06 × slowButPresent quits (~slowButPr@user/slowbutpresent) (Quit: leaving)
2021-07-12 04:56:30 meinside joins (uid24933@id-24933.brockwell.irccloud.com)
2021-07-12 04:57:43 × merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 258 seconds)
2021-07-12 04:58:30 × bitdex quits (~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2021-07-12 04:59:41 falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net)
2021-07-12 05:00:43 yauhsien_ joins (~yauhsien@36-225-130-34.dynamic-ip.hinet.net)
2021-07-12 05:00:47 Vajb joins (~Vajb@hag-jnsbng11-58c3a1-224.dhcp.inet.fi)
2021-07-12 05:01:07 × gzj quits (~GZJ0X@199.193.127.73.16clouds.com) (Remote host closed the connection)
2021-07-12 05:01:21 × noctuks quits (VLd78TzYRj@user/noctux) (*.net *.split)
2021-07-12 05:01:21 × hook54321 quits (sid149355@user/hook54321) (*.net *.split)
2021-07-12 05:01:21 × integral quits (sid296274@user/integral) (*.net *.split)
2021-07-12 05:01:21 × tomboy64 quits (~tomboy64@user/tomboy64) (*.net *.split)
2021-07-12 05:01:21 × mrkajetanp quits (~mrkajetan@2a01:4b00:ea36:6c00:7994:941c:3f5d:2b88) (*.net *.split)
2021-07-12 05:01:21 × DigitalKiwi quits (~kiwi@2604:a880:400:d0::12fc:5001) (*.net *.split)
2021-07-12 05:01:22 × vito quits (sid1962@user/vito) (*.net *.split)
2021-07-12 05:01:22 × jmct quits (sid160793@id-160793.tinside.irccloud.com) (*.net *.split)
2021-07-12 05:01:22 × gaze__ quits (sid387101@id-387101.brockwell.irccloud.com) (*.net *.split)
2021-07-12 05:01:22 × adamse quits (sid72084@user/adamse) (*.net *.split)
2021-07-12 05:01:22 × systemfault quits (sid267009@id-267009.highgate.irccloud.com) (*.net *.split)
2021-07-12 05:01:22 × agander_m quits (sid407952@id-407952.tinside.irccloud.com) (*.net *.split)
2021-07-12 05:01:22 × T_S_ quits (sid501726@id-501726.highgate.irccloud.com) (*.net *.split)
2021-07-12 05:01:22 × mcglk quits (~mcglk@131.191.49.120) (*.net *.split)
2021-07-12 05:01:22 × yorick quits (~yorick@user/yorick) (*.net *.split)
2021-07-12 05:01:22 × Unode quits (~Unode@194.94.44.220) (*.net *.split)
2021-07-12 05:01:23 jmct_ joins (sid160793@id-160793.tinside.irccloud.com)
2021-07-12 05:01:24 gaze___ joins (sid387101@id-387101.brockwell.irccloud.com)
2021-07-12 05:01:25 gzj joins (~GZJ0X@199.193.127.73.16clouds.com)
2021-07-12 05:01:25 Unode_ joins (~Unode@194.94.44.220)
2021-07-12 05:01:25 systemfault_ joins (sid267009@id-267009.highgate.irccloud.com)
2021-07-12 05:01:27 integral_ joins (sid296274@user/integral)
2021-07-12 05:01:28 adamse_ joins (sid72084@user/adamse)
2021-07-12 05:01:34 agander_m_ joins (sid407952@id-407952.tinside.irccloud.com)
2021-07-12 05:01:38 noctuks joins (oGswB5gyub@user/noctux)

All times are in UTC.