Coding for solid state drives

Laeeth Isharc via Digitalmars-d digitalmars-d at puremagic.com
Sat Apr 25 09:40:51 PDT 2015


On Saturday, 25 April 2015 at 16:10:11 UTC, ketmar wrote:
> On Sat, 25 Apr 2015 14:19:30 +0000, Laeeth Isharc wrote:
>
>> But surely, it would be a start to make it easy for the user 
>> to know so
>> she can shape her approach accordingly.
>
> i believe that this must be controlled with `version` or cli 
> arg, and it
> belongs to application logic, not standard library.


I defer to your greater expertise.

But I should have thought that if csv parsing belongs in a 
standard library (something that is easy for a user to write 
himself) then detecting whether a path is on an SSD might perhaps 
too.  (Bearing in mind it's more of a system thing not so easy 
for every user to write himself in a platform independent way).


Laeeth.



More information about the Digitalmars-d mailing list