Opened 11 years ago
Closed 11 years ago
#46 closed enhancement (fixed)
refactoring of platform specific string handling code
Reported by: | vadim.godunko | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 0.0.6 |
Component: | Matreshka - League | Version: | |
Keywords: | Cc: |
Description
String handling code must be refactored to allow selection of most optimal implementation for current platform. This allows to speedup several operations by use POPCNT command for x86/x86_64 CPUs and by use of SSE on x86 CPUs.
Change History (4)
comment:1 by , 11 years ago
comment:4 by , 11 years ago
Milestone: | → 0.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [1288]: