Used in a Sentence

single-threaded

How to use single-threaded in a sentence. Live example sentences for single-threaded pulled from indexed public discussions.

Editorial note

GUIs is a poor example as they are inherently single-threaded frontends so performing simultaneous actions is already often implemented utilizing message-passing to backend threads which report back to a single-threaded event-loop.

Examples14
Definitions0
Parts of speech1

Quick take

GUIs is a poor example as they are inherently single-threaded frontends so performing simultaneous actions is already often implemented utilizing message-passing to backend threads which report back to a single-threaded event-loop.

Example sentences

1

GUIs is a poor example as they are inherently single-threaded frontends so performing simultaneous actions is already often implemented utilizing message-passing to backend threads which report back to a single-threaded event-loop.

2

Redis is a single-threaded server and shared databases, well, share the same process.

3

What kind of sane person could design a single-threaded, single process database?

4

I bet the same programmer would have made a mess of a single-threaded app as well.

5

Insertion time averaged at ~2.5 seconds(!) These documents were very small, and the insert operations were single-threaded, so the write lock wasn't an issue.

6

I am not sure what the cost is of the cache coherency hardware, but if it were high, then presumably single-core CPUs would have a big advantage on single-threaded workloads.

7

How would you deal with JavaScript's single-threaded, single-process model of execution?

8

Browsers don't support WebCL yet and their asm.js is single-threaded.

9

Power consumption aside, and given that the E6600 could be overclocked to ~4GHz in 2007, how far have we come in single-threaded perf?

10

In addition, now your processing bottleneck becomes how fast your single-threaded parent process can deserialise the responses (which in Python in particular can really be quite slow).

11

I'd really like to see extensive single-threaded benchmarks normalised over clock frequency.

12

Simple single-threaded message processors have straightforward logic.

Quote examples

1

Faster than "the single-threaded C version." I found this a bit shocking - on a 32-core machine, this is an achievement?

Proper noun examples

1

Single-threaded performance is still the king.

Frequently asked questions

Short answers drawn from the clearest meanings and examples for this word.

How do you use single-threaded in a sentence?

GUIs is a poor example as they are inherently single-threaded frontends so performing simultaneous actions is already often implemented utilizing message-passing to backend threads which report back to a single-threaded event-loop.