Remove tag
article thumbnail

Fast memcpy, A System Design

ACM Sigarch

We look here at a Gedankenexperiment: move 16 bytes per cycle , addressing not just the CPU movement, but also the surrounding system design. A lesser design cannot possibly move 16 bytes per cycle. This base design can map easily onto many current chips. Thought Experiment. bytes remaining to move.

Design 145
article thumbnail

Web Design Done Well: Excellent Editorial

Smashing Magazine

Web Design Done Well: Excellent Editorial. Web Design Done Well: Excellent Editorial. A lot of web design talk concerns itself with what goes on around content. Page speed, design systems, search engine optimization, frameworks, accessibility — the list goes on and on. Frederick O’Brien. 2021-09-10T10:00:00+00:00.

Design 131
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Using JSONB in PostgreSQL: How to Effectively Store & Index JSON Data in PostgreSQL

Scalegrid

If you store each of the keys as columns, it will result in frequent DML operations – this can be difficult when your data set is large - for example, event tracking, analytics, tags, etc. For the purposes of this blog, when we refer to JSON support in PostgreSQL, we will refer to JSONB going forward. GIN Indexes.

Storage 321
article thumbnail

Advent Calendars For Web Designers And Developers (December 2021 Edition)

Smashing Magazine

Advent Calendars For Web Designers And Developers (December 2021 Edition). Advent Calendars For Web Designers And Developers (December 2021 Edition). It doesn’t really matter if you’re a front-end dev, UX designer or content strategist, we’re certain you’ll find at least something to inspire you for the upcoming year.

Design 107
article thumbnail

Scalable Annotation Service?—?Marken

The Netflix TechBlog

Annotations Sometimes people describe annotations as tags but that is a limited definition. This type of search provides results based on the conceptually similar matches to the text in the query, unlike the traditional tag based search which is expected to be exact keyword matches with the annotation labels.

article thumbnail

Automate your monitoring orchestration with the new Environment API (Early Adopter)

Dynatrace

Easily manage environments by tagging, sorting, and filtering. To make discoverability and referencing environments more flexible, the new API supports tagging. You can use tags to enrich the details of your environments, so you can attach custom properties to your environment that can be used to filter search results.

article thumbnail

How to prevent hidden images from loading on responsive designs

MachMetrics

Responsive design is an absolute necessity in today’s web. Unfortunately, many themes and frameworks achieve responsive design by using hidden images on mobile devices or tablets. . <picture> The <picture> tag works in the same way that CSS media queries do. Lazy loading (native or with a plugin).

Design 57