Remove c
article thumbnail

Redis vs. Memcached – 2021 Comparison

Scalegrid

Both Redis and Memcached are: NoSQL in-memory data structures Written in C Open source Used to speed up applications Support sub-millisecond latency In 2014, Salvatore wrote an excellent StackOverflow post on […]. Memcached, on the other hand, was created in 2003 by Brad Fitzpatrick.

article thumbnail

C++ safety, in context

Sutter's Mill

To talk about C++’s current safety problems and solutions well, I need to include the context of the broad landscape of security and safety threats facing all software. tl;dr: I don’t want C++ to limit what I can express efficiently. tl;dr: I don’t want C++ to limit what I can express efficiently. issues with C++.

C++ 139
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

Analyzing a High Rate of Paging

Brendan Gregg

Hit Ctrl-C to end. ^C C msecs : count distribution 0 -> 1 : 83 | | 2 -> 3 : 20 | | 4 -> 7 : 0 | | 8 -> 15 : 41 | | 16 -> 31 : 1620 | * | 32 -> 63 : 8139 | *| 64 -> 127 : 176 | | 128 -> 255 : 95 | | 256 -> 511 : 61 | | 512 -> 1023 : 93 | |. Hit Ctrl-C to end. ^C 41 33681 ^C. Tracing block device I/O.

Cache 105
article thumbnail

Two kernel mysteries and the most technical talk I've ever seen

Brendan Gregg

Ctrl-C to end. ^C C FUNC COUNT aa_af_perm 1 [.truncated.] At a Linux conference in Düsseldorf, 2014, I saw a talk by kernel maintainer [Steven Rostedt] that answered both questions. That's at the start of _every_ kernel function on Linux. What the heck! Tracing "*". It was and is the most technical talk I've ever seen.

C++ 77
article thumbnail

The DBCC_OBJECT_METADATA Latch

SQL Performance

You might wonder why I’m writing about an issue that affects older versions, but there are still a huge number of SQL Server 2014 and older instances out there, so it's a valid topic for my series. columns [ c ] JOIN sys. columns [ c ] JOIN sys.

C++ 54
article thumbnail

How to evaluate modern APM solutions

Dynatrace

” — Christopher C, Platform Manager at an enterprise. Dynatrace was spun off from Compuware following the privatization of Compuware in December 2014. The support team has been very responsive with questions we’ve had about the product. Before 2015, Dynatrace was listed as Compuware.

article thumbnail

Two kernel mysteries and the most technical talk I've ever seen

Brendan Gregg

Ctrl-C to end. ^C C FUNC COUNT aa_af_perm 1 [.truncated.] At a Linux conference in Düsseldorf, 2014, I saw a talk by kernel maintainer [Steven Rostedt] that answered both questions. That's at the start of _every_ kernel function on Linux. What the heck! Tracing "*". It was and is the most technical talk I've ever seen.

C++ 52