HN user

hayesti

7 karma
Posts0
Comments2
View on HN
No posts found.

Nice idea. A couple of small suggestions:

- Perhaps choose some base rate of inflation and determine if the product price has increased in line with that or slower/faster.

- Use a bold font to highlight the product weight.

- Use an archived version of the product page today - that will reduce maintenance time moving forward.

And a question: are you using net or gross weight? When using gross weight it may very well be an update in packaging that is impacting the reported number.

An often overlooked gem of AVX-512 is its (optional) conflict detection instructions. Using these enables vectorizing gather-modify-scatter operations that may alias at the element/lane level. Algorithms that have irregular data-level parallelism (DLP) as opposed to perfect or embarrassingly parallel DLP can now take advantage of the SIMD registers/FUs.

https://upcommons.upc.edu/bitstream/handle/2117/77204/VSR%20... shows how radix sort can be vectorized much more efficiently using these types of instructions.