View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004963 | JEDI Code Library | JclContainerIntf | public | 2009-09-30 10:14 | 2010-08-02 21:57 |
Reporter | tdtappe | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | Version 2.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004963: Add string->integer hashmaps | ||||
Description | I recently wanted to speed up lookups in a string list (params of a quite large query) by caching the index of the strings. And I was suprised by not finding any hashmap that lets me map a string to an integer value. It would be nice to see this in a future version of the JCL | ||||
Tags | No tags attached. | ||||
Fixed in GIT commit | |||||
Fixed in SVN revision | |||||
IDE version | BDS 2006 | ||||
related to | 0005316 | new | Add String - Variant HashMap |
|
The JCL cannot provide maps for any couple of types. We planned a design-time expert to automatically generate such custom containers but unfortunately this would require a lot of time. Anyway JCL containers are generated from prototypes, you can view the template files in jcl/source/prototypes and create your own ones. |
|
OK, I see. I was just a bit surprise to not find this "basic" combination. But of course I can build my own maps. Thanks for the hint. |
|
The first step for this feature request is committed in revision 3273. The JCL containers are now fully generated from templates (except hashmaps and sortedmaps). I still have some coding to do on this area. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-09-30 10:14 | tdtappe | New Issue | |
2009-09-30 10:14 | tdtappe | IDE version | => BDS 2006 |
2009-10-03 12:16 | outchy | Note Added: 0016223 | |
2009-10-05 07:55 | tdtappe | Note Added: 0016765 | |
2010-08-02 21:57 | outchy | Note Added: 0017546 | |
2010-08-31 20:51 | outchy | Relationship added | related to 0005316 |