<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 7 Aug 2013, at 14:58, Evgeny M <<a href="mailto:donpedrothird@gmail.com">donpedrothird@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">I miss an ability to increment more than one counter for a given key.</span></blockquote><br></div><div>Actually, you *can* do that already.</div><div><br></div><div><div>Eshell V5.10.2  (abort with ^G)</div><div>1> T = ets:new(t, [set]).</div><div>16400</div><div>2> ets:insert(T, {c, 0, 0, 0}).</div><div>true</div><div>3> ets:update_counter(T, c, [{2,1},{3,10},{4,100}]).</div><div>[1,10,100]</div><div>4> ets:lookup(T, c).</div><div>[{c,1,10,100}]</div><div><br></div><div>What I wanted to add was to capture values in previous operations</div><div>and use them for derived operations later in the same atomic update.</div><div><br></div><div>BR,</div><div>Ulf W</div></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><div><div>Ulf Wiger, Co-founder & Developer Advocate, Feuerlabs Inc.</div><div><a href="http://feuerlabs.com">http://feuerlabs.com</a></div></div><div><br></div></span><br class="Apple-interchange-newline">

</div>
<br></body></html>