make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Effectiveness of String Cache?


From: Jon Forrest
Subject: Effectiveness of String Cache?
Date: Sun, 9 Jan 2022 08:56:39 -0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.4.1

I was wondering how effective the string cache. So I built
gmake from scratch with the '-p' option. It said that there were
44 strings in strcache. Of course it didn't say how effective this
cache was - that is how many times the cached strings were used.

I'm wondering if it's really worth the extra code to cache 44 strings.
Are there other programs that result in a much higher number of
strings in the cache?

Cordially,
Jon Forrest




reply via email to

[Prev in Thread] Current Thread [Next in Thread]